mirror of
https://github.com/bitwarden/web
synced 2025-12-16 08:13:22 +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