mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
refac
This commit is contained in:
parent
62fbd6c91c
commit
65d997a6c5
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
const updateInterfaceHandler = async () => {
|
const updateInterfaceHandler = async () => {
|
||||||
taskConfig = await updateTaskConfig(localStorage.token, taskConfig);
|
taskConfig = await updateTaskConfig(localStorage.token, taskConfig);
|
||||||
|
|
||||||
|
promptSuggestions = promptSuggestions.filter((p) => p.content !== '');
|
||||||
promptSuggestions = await setDefaultPromptSuggestions(localStorage.token, promptSuggestions);
|
promptSuggestions = await setDefaultPromptSuggestions(localStorage.token, promptSuggestions);
|
||||||
await updateBanners();
|
await updateBanners();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue