Skip to content

Commit 7080b9e

Browse files
Adam GoughAdam Gough
authored andcommitted
fixed tool input
1 parent 391925a commit 7080b9e

File tree

1 file changed

+2
-2
lines changed
  • apps/sim/app/w/[id]/components/workflow-block/components/sub-block/components/tool-input

1 file changed

+2
-2
lines changed

apps/sim/app/w/[id]/components/workflow-block/components/sub-block/components/tool-input/tool-input.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ const shouldBePasswordField = (blockType: string, paramId: string): boolean => {
272272
return false
273273
}
274274

275-
export function ToolInput({
276-
blockId,
275+
export function ToolInput({
276+
blockId,
277277
subBlockId,
278278
isPreview = false,
279279
previewValue,

0 commit comments

Comments
 (0)