feat: update Create Relay dialog

This commit is contained in:
Vlad Stan 2023-02-06 14:23:41 +02:00
parent 298021d25a
commit 24795f519f
4 changed files with 39 additions and 40 deletions

View file

@ -1,3 +1 @@
<div>
xxx
</div>
<div>xxx</div>

View file

@ -21,11 +21,9 @@ async function relayDetails(path) {
methods: {
satBtc(val, showUnit = true) {
return satOrBtc(val, showUnit, this.satsDenominated)
},
}
},
created: async function () {
}
created: async function () {}
})
}

View file

@ -16,8 +16,9 @@ const relays = async () => {
data: {
name: '',
description: '',
type: '',
amount: '',
pubkey: '',
contact: '',
contact: '',
wallet: ''
}
},