mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
fixed to collection sharing. observe login edit.
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
};
|
||||
|
||||
$scope.folderSort = function (item) {
|
||||
if (!item.id) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return item.name.toLowerCase();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user