Skip to content

Commit 1384e03

Browse files
committed
ack comments
1 parent 406a604 commit 1384e03

File tree

1 file changed

+3
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block

1 file changed

+3
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ const renderLabel = (
292292
onClick={canonicalToggle?.onToggle}
293293
disabled={canonicalToggleDisabledResolved}
294294
aria-label={
295-
canonicalToggle?.mode === 'advanced' ? 'Use selector' : 'Enter manual ID'
295+
canonicalToggle?.mode === 'advanced'
296+
? 'Switch to selector'
297+
: 'Switch to manual ID'
296298
}
297299
>
298300
<ArrowLeftRight

0 commit comments

Comments
 (0)