fix: add Your Work sidebar preference (#6548)

This commit is contained in:
Sangeetha 2025-02-05 14:56:50 +05:30 committed by GitHub
parent 99f3d5810d
commit 9bd70cdb4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",