1
0
Timothy Jaeryang Baek 4 сар өмнө
parent
commit
f8269de947

+ 1 - 1
src/lib/components/admin/Settings/Documents.svelte

@@ -249,7 +249,7 @@
 			fileMaxSize = res?.file.max_size ?? '';
 			fileMaxCount = res?.file.max_count ?? '';
 
-			enableGoogleDrive = res.enable_google_drive_integration;
+			enableGoogleDriveIntegration = res.enable_google_drive_integration;
 		}
 	});
 </script>