fixed back button in onboarding backup
This commit is contained in:
parent
a0b5ab642e
commit
809e730c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ angular.module('copayApp.controllers').controller('backupWarningController', fun
|
|||
|
||||
$scope.goBack = function() {
|
||||
if ($stateParams.from == 'onboarding') {
|
||||
$state.go($scope.toState, {
|
||||
$state.go($scope.fromState, {
|
||||
bchWalletId: $scope.bchWalletId,
|
||||
btcWalletId: $scope.btcWalletId
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue