diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index 763c0982..a66c161a 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -6,9 +6,9 @@ import { QuotationPayload, EmployeeWorker } from 'src/stores/quotations/types'; import { useQuotationStore } from 'stores/quotations'; -const quotationStore = useQuotationStore(); - export const useQuotationForm = defineStore('form-quotation', () => { + const quotationStore = useQuotationStore(); + const defaultFormData: QuotationPayload = { service: [ {