This commit is contained in:
Timothy Jaeryang Baek 2024-12-24 20:10:52 -07:00
parent 4b7f0c5be1
commit f8269de947

View File

@ -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>