fix: typos

This commit is contained in:
Methapon Metanipat 2024-10-30 10:41:09 +07:00
parent 5008a5e42b
commit 14ab67ccfe
2 changed files with 5 additions and 4 deletions

View file

@ -262,7 +262,7 @@ export const useQuotationForm = defineStore('form-quotation', () => {
let status = false;
if (invoicePayload.value.id === undefined) {
const res = await invoiceStore.creatInvoice(invoicePayload.value);
const res = await invoiceStore.createInvoice(invoicePayload.value);
if (res) status = true;
}