1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

properly flag new folder as type folder

resolves #149
This commit is contained in:
Kyle Spearrin 2017-12-09 08:28:04 -05:00
parent 6cf4c453d9
commit 4ecf307285

View File

@ -328,6 +328,7 @@
});
addModel.result.then(function (addedFolder) {
addedFolder.folder = true;
$rootScope.vaultGroupings.push(addedFolder);
loadGroupingData($rootScope.vaultGroupings);
});