Merge pull request #625 from Tria-plc/freight/feature/user_management_UI

Freight/feature/user management UI
This commit is contained in:
yaschalew10
2026-07-11 11:38:50 +03:00
committed by GitHub

View File

@@ -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(),
});
};