This commit is contained in:
Adria Navarro 2024-03-07 14:11:19 +01:00
parent 8b38ce3344
commit c955135f51
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export function createGroupsStore() {
get: getGroup,
save: async group => {
const { scimInfo, ...dataToSave } = group
const { _scimInfo, ...dataToSave } = group
const response = await API.saveGroup(dataToSave)
group._id = response._id
group._rev = response._rev