fix: sidebar_categories route (#4237)
chore: add default value to beta attribute
This commit is contained in:
parent
4fc4e49c6c
commit
51a420f31a
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ class SidebarCategory(BaseModel):
|
|||
display_name: str
|
||||
name: str
|
||||
icon: str
|
||||
beta: bool
|
||||
beta: bool = False
|
||||
|
||||
|
||||
class SidebarCategoriesResponse(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue