Skip to content

Commit

Permalink
fix(customers): make nbCustomers prop optional in DeleteModal
Browse files Browse the repository at this point in the history
  • Loading branch information
milos018 committed Feb 21, 2025
1 parent 0ae5a31 commit d8260a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/customers/DeleteModal.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
defineProps<{
nbCustomers: number
nbCustomers?: number
}>()
const open = ref(false)
Expand Down

0 comments on commit d8260a2

Please sign in to comment.