mirror of
https://github.com/bitwarden/web
synced 2025-12-11 13:53:17 +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