diff --git a/src/components/shared/KebabAction.vue b/src/components/shared/KebabAction.vue index 701e77c2..c6b041fe 100644 --- a/src/components/shared/KebabAction.vue +++ b/src/components/shared/KebabAction.vue @@ -8,7 +8,7 @@ const props = withDefaults( defineProps<{ idName: string; status: string; - + hideToggle?: boolean; disableDelete?: boolean; }>(), { @@ -114,7 +114,7 @@ watch( - +