mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
4b7f0c5be1
commit
f8269de947
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue