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/tool-input/tool-input.tsx
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -557,14 +557,15 @@ function FileUploadSyncWrapper({
557
557
)
558
558
}
559
559
560
-
functionChannelSelectorSyncWrapper({
560
+
functionSlackSelectorSyncWrapper({
561
561
blockId,
562
562
paramId,
563
563
value,
564
564
onChange,
565
565
uiComponent,
566
566
disabled,
567
567
previewContextValues,
568
+
selectorType,
568
569
}: {
569
570
blockId: string
570
571
paramId: string
@@ -573,14 +574,15 @@ function ChannelSelectorSyncWrapper({
0 commit comments