Skip to content

Commit

Permalink
Update vizro-core/src/vizro/models/_page.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antony Milne <[email protected]>
Signed-off-by: Ann Marie Ward <[email protected]>
  • Loading branch information
AnnMarieW and antonymilne authored Dec 20, 2023
1 parent f5f1c61 commit ca4912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/models/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Page(VizroBaseModel):

components: List[ComponentType]
title: str = Field(..., description="Title to be displayed.")
description: str = Field("", description="Page description for meta tags.")
description: str = Field("", description="Description for meta tags.")
layout: Layout = None # type: ignore[assignment]
controls: List[ControlType] = []
path: str = Field("", description="Path to navigate to page.")
Expand Down

0 comments on commit ca4912d

Please sign in to comment.