From b61d0aeb3e40c9da7c310bd6953695cae64a8d79 Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 19 Sep 2024 11:29:43 +0700 Subject: [PATCH] refactor: add hideToggle --- src/components/shared/KebabAction.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( - +