Skip to content

Commit

Permalink
fix: workflow as tool always outdated (#8798)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry authored Sep 26, 2024
1 parent 008e0ef commit 6df14e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const WorkflowToolConfigureButton = ({
else {
if (item.type === 'paragraph' && param.type !== 'string')
return true
if (param.type !== item.type && !(param.type === 'string' && item.type === 'paragraph'))
if (item.type === 'text-input' && param.type !== 'string')
return true
}
}
Expand Down

0 comments on commit 6df14e5

Please sign in to comment.