mirror of
https://github.com/open-webui/open-webui
synced 2025-01-30 14:29:55 +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') {
|
if ($page.url.searchParams.get('call') === 'true') {
|
||||||
showCallOverlay.set(true);
|
showCallOverlay.set(true);
|
||||||
|
showControls.set(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
selectedModels = selectedModels.map((modelId) =>
|
selectedModels = selectedModels.map((modelId) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user