1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Merge branch 'master' into refactor/remove-field-types

This commit is contained in:
Michael Drury 2024-01-26 13:02:55 +00:00 committed by GitHub
commit c1bc2f7010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -392,6 +392,10 @@
}
const openInviteFlow = () => {
// prevent email from getting overwritten if changes are made
if (!email) {
email = query
}
$licensing.userLimitReached
? userLimitReachedModal.show()
: (invitingFlow = true)