diff --git a/frontend/src/app.svelte b/frontend/src/app.svelte index 194aa2e..4b64222 100644 --- a/frontend/src/app.svelte +++ b/frontend/src/app.svelte @@ -100,6 +100,7 @@ async function reload() { activeHostKey && await openConnection(activeHostKey); activeDbKey && await openDatabase(activeDbKey); + activeCollKey && await openCollection(activeCollKey); } onMount(() => {