diff --git a/apps/dashboard-app/app/(dashboard)/automations/_components/Workflow.tsx b/apps/dashboard-app/app/(dashboard)/automations/_components/Workflow.tsx index 3c33ffa..ef001e3 100644 --- a/apps/dashboard-app/app/(dashboard)/automations/_components/Workflow.tsx +++ b/apps/dashboard-app/app/(dashboard)/automations/_components/Workflow.tsx @@ -12,7 +12,7 @@ const Workflow = ({workflow}:any) => { -
+
{workflow.name} {workflow.publish && } {!workflow.publish && } diff --git a/apps/dashboard-app/app/(dashboard)/automations/editor/[editorId]/_components/Nodes.tsx b/apps/dashboard-app/app/(dashboard)/automations/editor/[editorId]/_components/Nodes.tsx index 960a0ac..16204b0 100644 --- a/apps/dashboard-app/app/(dashboard)/automations/editor/[editorId]/_components/Nodes.tsx +++ b/apps/dashboard-app/app/(dashboard)/automations/editor/[editorId]/_components/Nodes.tsx @@ -113,10 +113,11 @@ const Nodes = () => {
-
+
{showNameEdit ? ( setName(e.target.value)} onBlur={handleEditName} // Exit edit mode when clicking outside the input autoFocus // Automatically focus the input when entering edit mode @@ -128,7 +129,7 @@ const Nodes = () => {
)}
-
+
{showDescriptionEdit ? (