Skip to content

Commit f8000a7

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
Merge branch 'fix/queuing' of github.com:simstudioai/sim into fix/queuing
2 parents 9a954d1 + dad72e3 commit f8000a7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/loop-node/components/loop-badges.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export function LoopBadges({ nodeId, data }: LoopBadgesProps) {
260260
<div className='relative min-h-[80px] rounded-md border border-input bg-background px-3 pt-2 pb-3 font-mono text-sm'>
261261
{editorValue === '' && (
262262
<div className='pointer-events-none absolute top-[8.5px] left-3 select-none text-muted-foreground/50'>
263-
["item1", "item2", "item3"]
263+
['item1', 'item2', 'item3']
264264
</div>
265265
)}
266266
<Editor

0 commit comments

Comments
 (0)