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
Right now the items[] list in ui.dialog and ui.side_panel only accept type list[Component].
I need to add a ChatbotCard within a SidePanel or a Dialog, please extend the functionality of them to support that.
Right now the
items[]
list inui.dialog
andui.side_panel
only accept typelist[Component]
.I need to add a ChatbotCard within a SidePanel or a Dialog, please extend the functionality of them to support that.
cc: @mturoci
The text was updated successfully, but these errors were encountered: