diff --git a/dashboard/src/views/users.js b/dashboard/src/views/users.js index 75a6742b5..167fa2d00 100644 --- a/dashboard/src/views/users.js +++ b/dashboard/src/views/users.js @@ -480,6 +480,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio $scope.groupAdd.error = {}; $scope.groupAdd.name = ''; + $scope.groupAdd.selectedUsers = []; $scope.groupAddForm.$setUntouched(); $scope.groupAddForm.$setPristine();