1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

Form bugfixes

This commit is contained in:
2023-01-29 20:16:31 +01:00
parent 99108121c3
commit dc5b12ee0d
6 changed files with 13 additions and 14 deletions

View File

@ -48,7 +48,6 @@
busy.start();
$connections[activeHostKey].databases[newDb.name] = { collections: {} };
newDb = undefined;
await hostTree.reload();
busy.end();
}
@ -73,7 +72,6 @@
busy.start();
$connections[activeHostKey].databases[activeDbKey].collections[newColl.name] = {};
newColl = undefined;
await hostTree.reload();
busy.end();
}