Skip to content

Commit

Permalink
Use -
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed May 1, 2024
1 parent 4c29c5b commit 5f13b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Releases.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Column header="Groups">
<template #body="slotProps">
<label>
{{ slotProps.data.groups.names }}
{{ slotProps.data.groups.names ?? '-' }}
</label>
</template>
</Column>
Expand Down

0 comments on commit 5f13b63

Please sign in to comment.