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'" /> -