1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-12-01 13:20:54 +00:00

Also refresh collection

This commit is contained in:
Romein van Buren 2023-01-15 17:12:53 +01:00
parent 4e5e00907d
commit dd5bf9004d
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -100,6 +100,7 @@
async function reload() {
activeHostKey && await openConnection(activeHostKey);
activeDbKey && await openDatabase(activeDbKey);
activeCollKey && await openCollection(activeCollKey);
}
onMount(() => {