Skip to content

Commit

Permalink
feat: set advanced to false on If-Else component message field (#6278)
Browse files Browse the repository at this point in the history
'feat: remove attribute advanced true from if-else component

Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>
  • Loading branch information
carlosrcoelho and ogabrielluiz authored Feb 12, 2025
1 parent 553e3a0 commit ec445ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def __init__(self, *args, **kwargs):
name="message",
display_name="Message",
info="The message to pass through either route.",
advanced=True,
),
IntInput(
name="max_iterations",
Expand Down

0 comments on commit ec445ce

Please sign in to comment.