mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-31 14:11:45 +00:00
Fixed bug which prevented previous metadata from being loaded when updating a website.
This commit is contained in:
@@ -589,7 +589,7 @@ class PublishData extends LitElement {
|
||||
let name = this.shadowRoot.getElementById('registeredName')
|
||||
this.selectedName = (name.value)
|
||||
// Update the current name if one has been selected
|
||||
if (name.length > 0) {
|
||||
if (name.value.length > 0) {
|
||||
this.name = (name.value)
|
||||
}
|
||||
this.fetchResourceMetadata();
|
||||
|
Reference in New Issue
Block a user