mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
pull only writable collections when editing
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
$scope.loading = true;
|
||||
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
var collectionPromise = apiService.collections.listMe({}, function (collections) {
|
||||
var collectionPromise = apiService.collections.listMe({ writeOnly: false }, function (collections) {
|
||||
var decCollections = [];
|
||||
|
||||
for (var i = 0; i < collections.Data.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user