From 2b68b6593fb176e8ec90614f41c8295f54d7fec0 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 18 Oct 2024 13:43:20 +0700 Subject: [PATCH] refactor: change button --- src/pages/05_quotation/QuotationForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index c30d3940..db916a18 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -46,7 +46,7 @@ import { EditButton, UndoButton, DeleteButton, - CancelButton, + CloseButton, MainButton, } from 'components/button'; import ProductServiceForm from './ProductServiceForm.vue'; @@ -915,7 +915,7 @@ function storeDataLocal() { @click="closeTab()" v-if="quotationFormState.mode === 'edit'" /> -