diff --git a/apps/rowboat/app/projects/[projectId]/workflow/workflow_editor.tsx b/apps/rowboat/app/projects/[projectId]/workflow/workflow_editor.tsx index 1f9289cc..a78fb437 100644 --- a/apps/rowboat/app/projects/[projectId]/workflow/workflow_editor.tsx +++ b/apps/rowboat/app/projects/[projectId]/workflow/workflow_editor.tsx @@ -928,10 +928,13 @@ export function WorkflowEditor({
Saving...
} - {!state.present.saving && state.present.workflow &&
+ {!state.present.saving && !state.present.pendingChanges && state.present.workflow &&
Updated
} -
} + {!state.present.saving && state.present.pendingChanges && state.present.workflow &&
+ Unsaved changes +
} + } {!isLive && <>