mirror of
https://github.com/makeplane/plane.git
synced 2026-02-09 07:38:52 -06: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