feat: set advanced to false on If-Else component message field (#6278)

'feat: remove attribute advanced true from if-else component

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Carlos Coelho 2025-02-12 13:59:00 -03:00 committed by GitHub
commit ec445ce7df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,6 @@ class ConditionalRouterComponent(Component):
name="message",
display_name="Message",
info="The message to pass through either route.",
advanced=True,
),
IntInput(
name="max_iterations",