feat: prepare for naddr fix
This commit is contained in:
parent
28a251748a
commit
0226fc3f79
4 changed files with 43 additions and 20 deletions
|
|
@ -345,6 +345,9 @@ const market = async () => {
|
|||
}
|
||||
this.configDialog.show = true
|
||||
},
|
||||
updateUiConfig(configData) {
|
||||
console.log('### updateUiConfig', configData)
|
||||
},
|
||||
async sendConfig() {
|
||||
let { name, about, ui } = this.configDialog.data
|
||||
let merchants = Array.from(this.pubkeys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue