From af3aa005a3f914f42ff05ac55979b324a01bdbd5 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 12 Dec 2024 11:57:57 +0700 Subject: [PATCH] refactor: send creatable disabled --- src/components/05_quotation/FormAbout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/05_quotation/FormAbout.vue b/src/components/05_quotation/FormAbout.vue index 20c6f764..d347a68f 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -68,6 +68,7 @@ defineEmits<{ :label="$t('quotation.customer')" @create="$emit('addCustomer')" class="col-md-6 col-12" + :creatable-disabled="branchId === undefined" :creatable="!inputOnly" simple required