feat: improve on create wallet frontend and api. (BREAKING CHANGE) (#3635)
This commit is contained in:
@@ -1,8 +1 @@
|
||||
window.windowMixin = {
|
||||
methods: {
|
||||
openNewWalletDialog(walletType = 'lightning') {
|
||||
this.g.newWalletType = walletType
|
||||
this.g.showNewWalletDialog = true
|
||||
}
|
||||
}
|
||||
}
|
||||
window.windowMixin = {}
|
||||
|
||||
Reference in New Issue
Block a user