You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improvement(response): only allow singleton (#2764)
* improvement(response): only allow singleton
* respect singleton triggers and blocks in copilot
* don't show dup button for response
* fix error message
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/action-bar/action-bar.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,8 @@ export const ActionBar = memo(
87
87
88
88
constuserPermissions=useUserPermissionsContext()
89
89
90
-
// Check for start_trigger (unified start block) - prevent duplication but allow deletion
constmessage=`A workflow can only have one ${singleInstanceIssue.blockName} block. ${action==='paste' ? 'Please remove the existing one before pasting.' : 'Cannot duplicate.'}`
0 commit comments