mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-14 23:22:44 +00:00
refac
This commit is contained in:
parent
4b3ed3e802
commit
cd2c315495
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
export let apiKey: string;
|
||||
|
||||
let ports: ListeningPort[] = [];
|
||||
let expanded = true;
|
||||
let expanded = false;
|
||||
let loading = false;
|
||||
let pollTimer: ReturnType<typeof setInterval> | null = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue