mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 06:48:04 +00:00
Form bugfixes
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user