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/chat/components/output-select/output-select.test.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.tsx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ interface OutputSelectProps {
48
48
align?: 'start'|'end'|'center'
49
49
/** Maximum height of the dropdown content in pixels */
50
50
maxHeight?: number
51
+
disablePortal?: boolean
51
52
/**
52
53
* Trigger chrome. `'sm'` is the compact pill used in inline toolbars;
53
54
* `'md'` is the 30px chip field, for stacking with `ChipInput` in a form.
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/chat/chat.tsx
0 commit comments