mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
groups list/add/edit
This commit is contained in:
@@ -60,6 +60,10 @@ angular
|
||||
$scope.$broadcast('organizationPeopleInvite');
|
||||
};
|
||||
|
||||
$scope.addOrganizationGroup = function () {
|
||||
$scope.$broadcast('organizationGroupsAdd');
|
||||
};
|
||||
|
||||
// Append dropdown menu somewhere else
|
||||
var bodyScrollbarWidth,
|
||||
appendedDropdownMenu,
|
||||
|
||||
Reference in New Issue
Block a user