Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
bf35297e
Commit
bf35297e
authored
May 02, 2024
by
Timothy J. Baek
Browse files
refac: default role updated to user for add user modal
parent
c91b9af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/admin/AddUserModal.svelte
src/lib/components/admin/AddUserModal.svelte
+2
-2
No files found.
src/lib/components/admin/AddUserModal.svelte
View file @
bf35297e
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
name: '',
name: '',
email: '',
email: '',
password: '',
password: '',
role: '
pending
'
role: '
user
'
};
};
$: if (show) {
$: if (show) {
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
name: '',
name: '',
email: '',
email: '',
password: '',
password: '',
role: '
pending
'
role: '
user
'
};
};
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment