Don't post scim data on update
This commit is contained in:
parent
7c73c294b9
commit
b4092fed05
|
@ -79,8 +79,9 @@
|
|||
}
|
||||
|
||||
async function saveGroup(group) {
|
||||
const { scimInfo, ...dataToSave } = group
|
||||
try {
|
||||
await groups.actions.save(group)
|
||||
await groups.actions.save(dataToSave)
|
||||
} catch (error) {
|
||||
if (error.message) {
|
||||
notifications.error(error.message)
|
||||
|
|
Loading…
Reference in New Issue