Allowed typed user query to be passed into invite user form.

This commit is contained in:
Conor Webb 2024-01-26 11:02:53 +00:00
parent fa36701f0f
commit 89111a5b0d
1 changed files with 4 additions and 0 deletions

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)