Refresh pending invites after inviting a new user in the portal user menu
This commit is contained in:
parent
785b6f50ae
commit
4f8e293dc9
|
@ -162,6 +162,7 @@
|
||||||
}))
|
}))
|
||||||
try {
|
try {
|
||||||
inviteUsersResponse = await users.invite(payload)
|
inviteUsersResponse = await users.invite(payload)
|
||||||
|
pendingInvites = await users.getInvites()
|
||||||
inviteConfirmationModal.show()
|
inviteConfirmationModal.show()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
notifications.error("Error inviting user")
|
notifications.error("Error inviting user")
|
||||||
|
|
Loading…
Reference in New Issue