1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Fixing notification update in EditRoles.

This commit is contained in:
mike12345567 2023-06-28 17:40:50 +01:00
parent 81c8bee81e
commit 664fb3965c

View file

@ -84,7 +84,7 @@
await roles.save(selectedRole)
notifications.success("Role saved successfully")
} catch (error) {
notifications.error(`Error deleting role - ${error.message}`)
notifications.error(`Error saving role - ${error.message}`)
return false
}
}