mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
fbaab9e446
commit
af59bee2ea
1 changed files with 0 additions and 4 deletions
|
|
@ -16,10 +16,6 @@
|
||||||
|
|
||||||
$: filteredUsers = users
|
$: filteredUsers = users
|
||||||
.filter((user) => {
|
.filter((user) => {
|
||||||
if (user?.role === 'admin') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (query === '') {
|
if (query === '') {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue