mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: add Your Work sidebar preference (#6548)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user