mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix
This commit is contained in:
parent
dacf7e015d
commit
8fe4f789d4
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ async def update_admin_config(
|
||||||
|
|
||||||
request.app.state.config.ENABLE_USER_WEBHOOKS = form_data.ENABLE_USER_WEBHOOKS
|
request.app.state.config.ENABLE_USER_WEBHOOKS = form_data.ENABLE_USER_WEBHOOKS
|
||||||
|
|
||||||
request.app.state.config.PENDING_USER_OVERLAY_TITLETLE = (
|
request.app.state.config.PENDING_USER_OVERLAY_TITLE = (
|
||||||
form_data.PENDING_USER_OVERLAY_TITLE
|
form_data.PENDING_USER_OVERLAY_TITLE
|
||||||
)
|
)
|
||||||
request.app.state.config.PENDING_USER_OVERLAY_CONTENT = (
|
request.app.state.config.PENDING_USER_OVERLAY_CONTENT = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue