1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Don't post scim data on update

This commit is contained in:
Adria Navarro 2024-02-28 14:27:59 +01:00
parent 7c73c294b9
commit b4092fed05

View file

@ -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)