@@ -263,43 +241,35 @@ export default function DynamicAccess(props: any) {
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
{/* */}
diff --git a/dashboard/src/pages/Services/Groups/GroupPage/AssignedUserGroupsPage.tsx b/dashboard/src/pages/Services/Groups/GroupPage/AssignedUserGroupsPage.tsx
index 7351e2b4..c8cbbb8f 100644
--- a/dashboard/src/pages/Services/Groups/GroupPage/AssignedUserGroupsPage.tsx
+++ b/dashboard/src/pages/Services/Groups/GroupPage/AssignedUserGroupsPage.tsx
@@ -33,7 +33,7 @@ export default function AssignedUserGroup(props: any) {
const fetchPolicies = () => {
axios
- .get(`${Constants.TRASA_HOSTNAME}/api/v1/groups/policy/all`)
+ .get(`${Constants.TRASA_HOSTNAME}/api/v1/policy/all`)
.then((response) => {
// this.setState({allUsers: response.data})
const resp = response.data.data[0];
@@ -52,7 +52,7 @@ export default function AssignedUserGroup(props: any) {
return (