mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix
This commit is contained in:
parent
2018a6c000
commit
d1bf18eeb0
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@
|
|||
onDestroy(() => {
|
||||
showControls.set(false);
|
||||
});
|
||||
|
||||
$: if (!chatId) {
|
||||
showOverview.set(false);
|
||||
}
|
||||
</script>
|
||||
|
||||
<SvelteFlowProvider>
|
||||
|
|
|
|||
Loading…
Reference in a new issue