1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00: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);
});