Skip to content

Commit

Permalink
#105 Require no rows message
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Jan 12, 2024
1 parent 0693fd0 commit 66b7953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dumb/NoRowsOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<script setup lang="ts">
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
const props = defineProps<{ params: { noRowsMessage?: string } }>();
const props = defineProps<{ params: { noRowsMessage: string } }>();
</script>

0 comments on commit 66b7953

Please sign in to comment.