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