diff --git a/src/lib/components/admin/Users/UserList/AddUserModal.svelte b/src/lib/components/admin/Users/UserList/AddUserModal.svelte index c29a39e826..10200eee1b 100644 --- a/src/lib/components/admin/Users/UserList/AddUserModal.svelte +++ b/src/lib/components/admin/Users/UserList/AddUserModal.svelte @@ -114,6 +114,8 @@ toast.error($i18n.t('File not found.')); } } + + loading = false; }; @@ -169,7 +171,7 @@
{#if tab === ''} -
+
{$i18n.t('Role')}
@@ -191,7 +193,7 @@