fix: typo
This commit is contained in:
parent
95d35551c8
commit
1a2d5ed502
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue