fix: typo

This commit is contained in:
Methapon Metanipat 2024-10-25 16:47:31 +07:00
parent 95d35551c8
commit 1a2d5ed502

View file

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