mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 09:41:13 +10:00
* fix: server side validation and client side validation for invitation creation * fix: lint
This commit is contained in:
@ -360,6 +360,9 @@
|
||||
:loading="loading"
|
||||
type="submit"
|
||||
class="w-full sm:w-fit"
|
||||
:disabled="
|
||||
!(validUsername && validEmail && username && email)
|
||||
"
|
||||
>
|
||||
{{ $t("users.admin.simple.inviteButton") }}
|
||||
</LoadingButton>
|
||||
|
||||
Reference in New Issue
Block a user