Skip to content

Commit 404d000

Browse files
committed
added duplicate to action bar for subflows
1 parent 2081ad1 commit 404d000

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/action-bar/action-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const ActionBar = memo(
142142
</Tooltip.Root>
143143
)}
144144

145-
{!isStartBlock && !isResponseBlock && !isSubflowBlock && (
145+
{!isStartBlock && !isResponseBlock && (
146146
<Tooltip.Root>
147147
<Tooltip.Trigger asChild>
148148
<Button

0 commit comments

Comments
 (0)