fix: add Your Work sidebar preference (#6548)
This commit is contained in:
parent
99f3d5810d
commit
9bd70cdb4e
1 changed files with 2 additions and 0 deletions
|
|
@ -396,6 +396,8 @@ class WorkspaceUserPreference(BaseModel):
|
|||
ANALYTICS = "analytics", "Analytics"
|
||||
CYCLES = "cycles", "Cycles"
|
||||
VIEWS = "views", "Views"
|
||||
YOUR_WORK = "your_work", "Your Work"
|
||||
|
||||
|
||||
workspace = models.ForeignKey(
|
||||
"db.Workspace",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue