I can convert commands to the requested type
This commit is contained in:
@@ -176,7 +176,7 @@ class TabsManager(MultipleInstance):
|
||||
content = component
|
||||
|
||||
return Div(
|
||||
content if content else Div("No active tab", cls="mf-empty-content"),
|
||||
content if content else Div("No Content", cls="mf-empty-content"),
|
||||
cls="mf-tab-content",
|
||||
id=f"{self._id}-content"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user