mirror of
https://github.com/open-webui/open-webui
synced 2025-05-31 11:00:49 +00:00
format
This commit is contained in:
parent
8d53f1e770
commit
db9d4ead59
@ -71,8 +71,7 @@
|
||||
|
||||
// Convert array back to comma-separated string for display
|
||||
if (webConfig?.WEB_SEARCH_DOMAIN_FILTER_LIST) {
|
||||
webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST =
|
||||
webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST.join(',');
|
||||
webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST = webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST.join(',');
|
||||
}
|
||||
|
||||
webConfig.YOUTUBE_LOADER_LANGUAGE = webConfig.YOUTUBE_LOADER_LANGUAGE.join(',');
|
||||
|
Loading…
Reference in New Issue
Block a user