update permion server

This commit is contained in:
hamid zarghami
2026-07-20 11:45:21 +03:30
parent 6609666279
commit 70e159cefc
6 changed files with 208 additions and 24 deletions
+2
View File
@@ -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>