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/components/editor/components/sub-block/sub-block.tsx
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@ const getPreviewValue = (
169
169
* @param isValidJson - Whether the JSON content is valid (for code blocks)
170
170
* @param subBlockValues - Current values of all subblocks for evaluating conditional requirements
171
171
* @param wandState - Optional state and handlers for the AI wand feature
172
+
* @param canonicalToggle - Optional canonical toggle metadata and handlers
173
+
* @param canonicalToggleIsDisabled - Whether the canonical toggle is disabled
172
174
* @returns The label JSX element, or `null` for switch types or when no title is defined
0 commit comments