mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Validation adjustments.
This commit is contained in:
@@ -8,7 +8,7 @@ angular
|
||||
$scope.savePromise = null;
|
||||
$scope.save = function (model) {
|
||||
if (!model.name) {
|
||||
toastr.error('Name is required.');
|
||||
toastr.error('Name is required.', 'Errors have occurred');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user