Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 72ad1c3

Browse files
Rebuild components with Tabs changes
1 parent 15c6813 commit 72ad1c3

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

dash_core_components/Tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Tab(Component):
1212
- id (string; optional): The ID of this component, used to identify dash components
1313
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- label (dash component | string; optional): The tab's label
15+
- label (string; optional): The tab's label
1616
- value (string; optional): Value for determining which Tab is currently selected
1717
- disabled (boolean; optional): Determines if tab is disabled or not - defaults to false
1818
- disabled_style (dict; optional): Overrides the default (inline) styles when disabled

dash_core_components/dash_core_components.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/metadata.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,15 +2806,7 @@
28062806
},
28072807
"label": {
28082808
"type": {
2809-
"name": "union",
2810-
"value": [
2811-
{
2812-
"name": "element"
2813-
},
2814-
{
2815-
"name": "string"
2816-
}
2817-
]
2809+
"name": "string"
28182810
},
28192811
"required": false,
28202812
"description": "The tab's label"

0 commit comments

Comments
 (0)