Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Include notification view in embedded workflow view
  • Loading branch information
Theodore Li committed Mar 17, 2026
commit 44016ad961cc3ed114f1fbdf624e40bb99cda1c0
Original file line number Diff line number Diff line change
Expand Up @@ -3922,7 +3922,7 @@ const WorkflowContent = React.memo(
</>
)}

{!embedded && <Notifications />}
<Notifications />
Comment thread
TheodoreSpeaks marked this conversation as resolved.
Outdated

{!embedded && isWorkflowReady && isWorkflowEmpty && effectivePermissions.canEdit && (
<CommandList />
Expand Down
Loading