mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
544251a7fd
commit
90ef9f751a
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@
|
|||
file.data = file.data ?? { content: '' };
|
||||
selectedFile = file;
|
||||
}
|
||||
} else {
|
||||
selectedFile = null;
|
||||
}
|
||||
|
||||
let debounceTimeout = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue