fix: typo

This commit is contained in:
Methapon Metanipat 2024-10-25 16:55:10 +07:00
parent 78b68eb57f
commit 5ac8707f38

View file

@ -4,7 +4,7 @@ import { api } from 'src/boot/axios';
import { PaginationResult } from 'src/types';
import { Invoice, InvoicePayload } from './types';
export const useWorkflowTemplate = defineStore('workflow-store', () => {
export const useInvoice = defineStore('workflow-store', () => {
const data = ref<Invoice[]>([]);
const page = ref<number>(1);
const pageMax = ref<number>(1);