Skip to content

Commit

Permalink
minor change to types
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca committed Oct 25, 2023
1 parent a73578e commit b44922f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vizro-core/src/vizro/models/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,7 @@ class OptionsDictType(TypedDict):
]
"""Permissible value types for page attribute. Values are displayed as default."""

NavSelectorType = Annotated[Union["Accordion", "NavBar"], Field(discriminator="type", description="...")]
NavSelectorType = Annotated[
Union["Accordion", "NavBar"],
Field(discriminator="type", description="Component that makes up part of the navigation panel"),
]

0 comments on commit b44922f

Please sign in to comment.