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/components/combobox/combobox.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,14 @@ interface ComboBoxProps {
59
59
/** Configuration for the sub-block */
60
60
config: SubBlockConfig
61
61
/** Async function to fetch options dynamically */
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/dropdown/dropdown.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,14 @@ interface DropdownProps {
53
53
/** Enable multi-select mode */
54
54
multiSelect?: boolean
55
55
/** Async function to fetch options dynamically */
0 commit comments