From 433168c4503daa2784cef691e20ea6d8c117e6d8 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 8 Jan 2025 00:02:33 -0800 Subject: [PATCH] fix: add user modal --- .../admin/Users/UserList/AddUserModal.svelte | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/lib/components/admin/Users/UserList/AddUserModal.svelte b/src/lib/components/admin/Users/UserList/AddUserModal.svelte index c29a39e82..10200eee1 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 @@