Update Documents.svelte

This commit is contained in:
Taylor Wilsdon
2024-12-26 14:48:38 -05:00
committed by GitHub
parent 3cfb6507c5
commit efc4ad9f65

View File

@@ -248,7 +248,7 @@
fileMaxSize = res?.file.max_size ?? '';
fileMaxCount = res?.file.max_count ?? '';
enableGoogleDriveIntegration = res.enable_google_drive_integration;
}
});