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
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel-new/components/editor/components/sub-block/components/condition-input/condition-input.tsx
+33-17Lines changed: 33 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -864,21 +864,33 @@ export function ConditionInput({
864
864
placeholder: string
865
865
original: string
866
866
type: 'var'|'env'
867
+
shouldHighlight: boolean
867
868
}[]=[]
868
869
letprocessedCode=codeToHighlight
869
870
870
871
// Replace environment variables with placeholders
0 commit comments