mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: channel navbar
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
let loading = false;
|
||||
|
||||
$: if (name) {
|
||||
name = name.replace(/\s/g, '-');
|
||||
name = name.replace(/\s/g, '-').toLocaleLowerCase();
|
||||
}
|
||||
|
||||
const submitHandler = async () => {
|
||||
|
||||
Reference in New Issue
Block a user