We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d8e9c commit 7d0f3cfCopy full SHA for 7d0f3cf
sim/components/ui/tag-dropdown.tsx
@@ -451,10 +451,10 @@ export const TagDropdown: React.FC<TagDropdownProps> = ({
451
let bgColor = '#8857E6' // Purple for loop variables
452
453
if (loopProperty === 'currentItem') {
454
- tagIcon = 'I'
+ tagIcon = 'i'
455
tagDescription = 'Current item'
456
} else if (loopProperty === 'items') {
457
- tagIcon = '[]'
+ tagIcon = 'I'
458
tagDescription = 'All items'
459
} else if (loopProperty === 'index') {
460
tagIcon = '#'
0 commit comments