update permion server
This commit is contained in:
@@ -3,6 +3,7 @@ import { FC } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { useLocation } from "react-router-dom";
|
||||
import { Pages } from "../../config/Pages";
|
||||
import { TASK_MANAGER_PERMISSION_RESOURCES } from "../../helpers/permissions";
|
||||
import SubMenuItem from "./SubMenuItem";
|
||||
|
||||
const UsersSubMenu: FC = () => {
|
||||
@@ -54,6 +55,7 @@ const UsersSubMenu: FC = () => {
|
||||
title={t("sidebar.taskmanager")}
|
||||
isActive={isTaskManagerActive}
|
||||
link={Pages.taskmanager.workspaceList}
|
||||
activeNames={TASK_MANAGER_PERMISSION_RESOURCES}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user