diff --git a/src/Components/AppRoutes/index.js b/src/Components/AppRoutes/index.js index 7cfbcf4..023d371 100644 --- a/src/Components/AppRoutes/index.js +++ b/src/Components/AppRoutes/index.js @@ -155,7 +155,7 @@ export default function AppRoutes() { Constants.PERMISSIONS.GROUP_TASKS.HISTORY ) && ( diff --git a/src/utils.js b/src/utils.js index 9357719..bdc73fe 100644 --- a/src/utils.js +++ b/src/utils.js @@ -48,6 +48,7 @@ export const Constants = { EQUIPMENT_DOCUMENTATION: "/equipment-documentation", EQUIPMENT_DOCUMENTATION_VIEW: "/equipment-documentation/", GROUP_TASKS: "/group-tasks/", + GROUP_TASKS_HISTORY: "/group-tasks-history", }, GROUP_TASKS_STATUS: { FINISHED: 1,