fix error message
This commit is contained in:
parent
2effa0eae9
commit
e34dd05e81
2 changed files with 4 additions and 2 deletions
|
|
@ -34,6 +34,8 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
};
|
||||
|
||||
$scope.processWalletInfo = function(code) {
|
||||
if (!code) return;
|
||||
|
||||
$scope.dataFromQR = null;
|
||||
$scope.importErr = false;
|
||||
$scope.error = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue