From aa2ec9a66a8bef541f2ab36c08f5bca3559b0804 Mon Sep 17 00:00:00 2001 From: Christopher Lo <46541035+topher-lo@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:41:47 +0000 Subject: [PATCH] feat(ui): Move workflow CRUD into lib --- frontend/src/lib/flow.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/flow.ts b/frontend/src/lib/flow.ts index c41dc4a77..ead92ac50 100644 --- a/frontend/src/lib/flow.ts +++ b/frontend/src/lib/flow.ts @@ -52,7 +52,6 @@ export const fetchWorkflow = async (workflowNameId: string): Promise