[WEB-4632] chore: pinned your work to the sidebar #7537
This commit is contained in:
parent
7ead606798
commit
dffe3a844f
2 changed files with 8 additions and 8 deletions
|
|
@ -38,7 +38,7 @@ export const SidebarItem: FC<TSidebarItemProps> = observer((props) => {
|
|||
if (isExtendedSidebarOpened) toggleExtendedSidebar(false);
|
||||
};
|
||||
|
||||
const staticItems = ["home", "inbox", "pi-chat", "projects"];
|
||||
const staticItems = ["home", "inbox", "pi-chat", "projects", "your_work"];
|
||||
|
||||
if (!allowPermissions(item.access as any, EUserPermissionsLevel.WORKSPACE, workspaceSlug.toString())) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue