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