mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: channel user list order by
This commit is contained in:
parent
15c6860a49
commit
f3547568e4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
let total = null;
|
let total = null;
|
||||||
|
|
||||||
let query = '';
|
let query = '';
|
||||||
let orderBy = 'created_at'; // default sort key
|
let orderBy = 'name'; // default sort key
|
||||||
let direction = 'asc'; // default sort order
|
let direction = 'asc'; // default sort order
|
||||||
|
|
||||||
const setSortKey = (key) => {
|
const setSortKey = (key) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue