diff --git a/frontend/common/services/useGroup.ts b/frontend/common/services/useGroup.ts index 46c9f76bf81a..b5b4535d2178 100644 --- a/frontend/common/services/useGroup.ts +++ b/frontend/common/services/useGroup.ts @@ -109,7 +109,7 @@ export const groupService = service const { data, error } = await baseQuery({ body: query.data, method: 'PUT', - url: `organisations/${query.orgId}/groups/${query.data.id}`, + url: `organisations/${query.orgId}/groups/${query.data.id}/`, }) if (error) { return { error }