mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: 'call' url search param not working
This commit is contained in:
parent
e030f261d1
commit
1767b64135
@ -357,6 +357,7 @@
|
||||
|
||||
if ($page.url.searchParams.get('call') === 'true') {
|
||||
showCallOverlay.set(true);
|
||||
showControls.set(true);
|
||||
}
|
||||
|
||||
selectedModels = selectedModels.map((modelId) =>
|
||||
|
Loading…
Reference in New Issue
Block a user