From bc5c2006512f17a3f9f84cd8c3a822e224b533d9 Mon Sep 17 00:00:00 2001 From: farhan048 Date: Wed, 25 Oct 2023 14:17:16 +0700 Subject: [PATCH] add role name --- src/views/SimproV2/ProjectType/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/SimproV2/ProjectType/index.js b/src/views/SimproV2/ProjectType/index.js index 705992a..408fb93 100644 --- a/src/views/SimproV2/ProjectType/index.js +++ b/src/views/SimproV2/ProjectType/index.js @@ -17,6 +17,7 @@ const role_id = localStorage.getItem('role_id'); const format = "DD-MM-YYYY"; const token = window.localStorage.getItem('token'); const company_id = window.localStorage.getItem('company_id'); +const role_name = window.localStorage.getItem('role_name'); const config = { headers: {