Allowed typed user query to be passed into invite user form.
This commit is contained in:
parent
fa36701f0f
commit
89111a5b0d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue