fix modal for payment intent
This commit is contained in:
parent
44d97ed163
commit
5263f34991
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ angular.module('copayApp.controllers').controller('walletForPaymentController',
|
||||||
|
|
||||||
var modalInstance = $modal.open({
|
var modalInstance = $modal.open({
|
||||||
templateUrl: 'views/modals/walletSelection.html',
|
templateUrl: 'views/modals/walletSelection.html',
|
||||||
windowClass: 'tiny',
|
windowClass: 'small',
|
||||||
controller: ModalInstanceCtrl,
|
controller: ModalInstanceCtrl,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue