feat: prepare for naddr fix

This commit is contained in:
Vlad Stan 2023-07-17 15:13:08 +03:00
parent 28a251748a
commit 0226fc3f79
4 changed files with 43 additions and 20 deletions

View file

@ -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)