mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Merge pull request #625 from Tria-plc/freight/feature/user_management_UI
Freight/feature/user management UI
This commit is contained in:
@@ -46,7 +46,8 @@ export const getOrganizations = async (
|
||||
};
|
||||
|
||||
export const getMyAdminOrganizations = async (): Promise<AxiosResponse> => {
|
||||
return axiosInstance.get("/organizations/my-admin-organizations", {
|
||||
//my-admin-organizations
|
||||
return axiosInstance.get("/organizations/with-admin-flag", {
|
||||
headers: withHeaders(),
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user