fix: 'call' url search param not working
This commit is contained in:
parent
e030f261d1
commit
1767b64135
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@
|
|||
|
||||
if ($page.url.searchParams.get('call') === 'true') {
|
||||
showCallOverlay.set(true);
|
||||
showControls.set(true);
|
||||
}
|
||||
|
||||
selectedModels = selectedModels.map((modelId) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue