Skip to content

Commit

Permalink
feat(ui): Move workflow CRUD into lib
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Mar 7, 2024
1 parent 3545b5c commit aa2ec9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const fetchWorkflow = async (workflowNameId: string): Promise<WorkflowMet
}
}


export const createWorkflow = async (
workflowName: string,
workflowDescription: string = ""
Expand Down

0 comments on commit aa2ec9a

Please sign in to comment.