mirror of
https://github.com/open-webui/open-webui
synced 2025-01-01 08:42:14 +00:00
fix
This commit is contained in:
parent
eabd9192f3
commit
ef5a5be60d
@ -466,8 +466,8 @@ async def update_rag_config(
|
|||||||
)
|
)
|
||||||
|
|
||||||
request.app.state.config.ENABLE_GOOGLE_DRIVE_INTEGRATION = (
|
request.app.state.config.ENABLE_GOOGLE_DRIVE_INTEGRATION = (
|
||||||
form_data.ENABLE_GOOGLE_DRIVE_INTEGRATION
|
form_data.enable_google_drive_integration
|
||||||
if form_data.ENABLE_GOOGLE_DRIVE_INTEGRATION is not None
|
if form_data.enable_google_drive_integration is not None
|
||||||
else request.app.state.config.ENABLE_GOOGLE_DRIVE_INTEGRATION
|
else request.app.state.config.ENABLE_GOOGLE_DRIVE_INTEGRATION
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user