display workflow data

This commit is contained in:
yoan
2024-11-14 14:52:02 +08:00
30 changed files with 1740 additions and 105 deletions

View File

@@ -44,6 +44,7 @@ export const useWorkflowStore = create<WorkflowState>((set, get) => ({
if (!id) {
data = initWorkflow();
data = await save(data);
} else {
data = await getWrokflow(id);
}