From 073111d696ee5a699819fc217c377d3cf0fdd5f6 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 18 Oct 2024 14:00:14 +0700 Subject: [PATCH] fix: hide toggle status --- src/components/05_quotation/QuotationCard.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index 7154d2a9..f53e1009 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -27,7 +27,6 @@ defineEmits<{ (e: 'link'): void; (e: 'upload'): void; (e: 'delete'): void; - (e: 'changeStatus'): void; (e: 'example'): void; (e: 'preview'): void; }>(); @@ -74,6 +73,7 @@ defineEmits<{