mirror of
https://github.com/open-webui/open-webui
synced 2025-04-20 22:35:03 +00:00
fix: prompt suggestions settings
This commit is contained in:
parent
9380fcd09a
commit
2ee09d9f7d
@ -51,7 +51,7 @@
|
|||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
taskConfig = await getTaskConfig(localStorage.token);
|
taskConfig = await getTaskConfig(localStorage.token);
|
||||||
|
|
||||||
promptSuggestions = $config?.default_prompt_suggestions;
|
promptSuggestions = $config?.default_prompt_suggestions ?? [];
|
||||||
banners = await getBanners(localStorage.token);
|
banners = await getBanners(localStorage.token);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user