Skip to content

Commit 44016ad

Browse files
author
Theodore Li
committed
Include notification view in embedded workflow view
1 parent c867801 commit 44016ad

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/workflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3922,7 +3922,7 @@ const WorkflowContent = React.memo(
39223922
</>
39233923
)}
39243924

3925-
{!embedded && <Notifications />}
3925+
<Notifications />
39263926

39273927
{!embedded && isWorkflowReady && isWorkflowEmpty && effectivePermissions.canEdit && (
39283928
<CommandList />

0 commit comments

Comments
 (0)