Skip to content

Commit

Permalink
Display dash instead of not available in empty text cells
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 8, 2023
1 parent ca1699d commit e67d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/GridElements/GridText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ defineProps<Props>();
</script>

<template>
<span v-localize>{{ text ?? "Not available." }}</span>
<span v-localize>{{ text ?? "-" }}</span>
</template>

0 comments on commit e67d5bb

Please sign in to comment.