diff --git a/src/components/04_property-management/FormProperty.vue b/src/components/04_property-management/FormProperty.vue index 34067e8e..6be9f885 100644 --- a/src/components/04_property-management/FormProperty.vue +++ b/src/components/04_property-management/FormProperty.vue @@ -48,6 +48,7 @@ defineProps<{ readonly?: boolean; onDrawer?: boolean; inputOnly?: boolean; + disableToggle?: boolean; }>(); defineEmits<{ @@ -76,6 +77,7 @@ defineEmits<{ import { BranchWithChildren } from 'stores/branch/types'; import KebabAction from './shared/KebabAction.vue'; -import { isRoleInclude } from 'stores/utils'; const nodes = defineModel<(any | BranchWithChildren)[]>('nodes', { default: [], @@ -120,17 +119,7 @@ defineEmits<{ />