dashboard: clear user selection when adding groups

This commit is contained in:
Johannes Zellner
2024-04-08 12:55:54 +02:00
parent 052b705c3c
commit 2dc501dcbd
+1
View File
@@ -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();