diff --git a/src/components/shared/KebabAction.vue b/src/components/shared/KebabAction.vue index 521c47ea..82d817d2 100644 --- a/src/components/shared/KebabAction.vue +++ b/src/components/shared/KebabAction.vue @@ -6,8 +6,8 @@ import { watch } from 'vue'; const props = withDefaults( defineProps<{ - idName: string; - status: string; + idName?: string; + status?: string; hideToggle?: boolean; hideEdit?: boolean; hideView?: boolean;