diff --git a/src/components/05_quotation/FormAbout.vue b/src/components/05_quotation/FormAbout.vue index 4b9db366..5b203cff 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -27,6 +27,7 @@ defineProps<{ employee?: boolean; title?: string; inputOnly?: boolean; + hideAdd?: boolean; onCreate?: boolean; }>(); @@ -151,7 +152,7 @@ onMounted(async () => {