From 3cadd3aeb3ed512ebee4bc70f1d4ee941a2ded80 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:26:23 +0530 Subject: [PATCH] fix: workflow as code disabled --- frontend/src/components/EditWorkflow.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/EditWorkflow.jsx b/frontend/src/components/EditWorkflow.jsx index a7694562..451967f6 100644 --- a/frontend/src/components/EditWorkflow.jsx +++ b/frontend/src/components/EditWorkflow.jsx @@ -1149,7 +1149,7 @@ const EditWorkflow = (props) => { : null} - {!isEditing ? <> + {/* {!isEditing ? <>