mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
add/edit/view fixes for ciphers
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
$scope.savePromise = null;
|
||||
$scope.save = function () {
|
||||
if (!cipher.name || cipher.name === '') {
|
||||
if (!$scope.cipher.name || $scope.cipher.name === '') {
|
||||
toastr.error(i18nService.nameRequired, i18nService.errorsOccurred);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user