瀏覽代碼

formatting

Taylor Wilsdon 4 月之前
父節點
當前提交
24a314876b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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);
 		querySettings = await getQuerySettings(localStorage.token);
 
 
 		const res = await getRAGConfig(localStorage.token);
 		const res = await getRAGConfig(localStorage.token);
+
 		if (res) {
 		if (res) {
 			pdfExtractImages = res.pdf_extract_images;
 			pdfExtractImages = res.pdf_extract_images;
 
 
@@ -247,6 +248,7 @@
 
 
 			fileMaxSize = res?.file.max_size ?? '';
 			fileMaxSize = res?.file.max_size ?? '';
 			fileMaxCount = res?.file.max_count ?? '';
 			fileMaxCount = res?.file.max_count ?? '';
+			
 			enableGoogleDriveIntegration = res.enable_google_drive_integration;
 			enableGoogleDriveIntegration = res.enable_google_drive_integration;
 		}
 		}
 	});
 	});