Taylor Wilsdon hai 4 meses
pai
achega
24a314876b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/lib/components/admin/Settings/Documents.svelte

+ 2 - 0
src/lib/components/admin/Settings/Documents.svelte

@@ -234,6 +234,7 @@
 		querySettings = await getQuerySettings(localStorage.token);
 
 		const res = await getRAGConfig(localStorage.token);
+
 		if (res) {
 			pdfExtractImages = res.pdf_extract_images;
 
@@ -247,6 +248,7 @@
 
 			fileMaxSize = res?.file.max_size ?? '';
 			fileMaxCount = res?.file.max_count ?? '';
+			
 			enableGoogleDriveIntegration = res.enable_google_drive_integration;
 		}
 	});