diff --git a/src/components/03_customer-management/employee/BasicInformation.vue b/src/components/03_customer-management/employee/BasicInformation.vue index e66aebdb..0e76d3b3 100644 --- a/src/components/03_customer-management/employee/BasicInformation.vue +++ b/src/components/03_customer-management/employee/BasicInformation.vue @@ -30,6 +30,7 @@ const nrcNo = defineModel('nrcNo'); const code = defineModel('code'); defineProps<{ + noAction?: boolean; title?: string; dense?: boolean; outlined?: boolean; @@ -89,7 +90,7 @@ onMounted(() => { -
+