tth37 hai 3 meses
pai
achega
db9d4ead59
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/lib/components/admin/Settings/WebSearch.svelte

+ 1 - 2
src/lib/components/admin/Settings/WebSearch.svelte

@@ -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(',');