Skip to content

Commit

Permalink
feat: Enable the update button when only edit an action - MEED-6690 - M…
Browse files Browse the repository at this point in the history
…eeds-io/MIPs#118 (#47)

This change will enable the update button when only edit an action.
MayTekayaa authored and rdenarie committed Jan 24, 2025
1 parent c318142 commit 626aa46
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -302,8 +302,9 @@ export default {
this.targetAddress = this.properties?.targetAddress;
this.readOnly = true;
this.isValidAddress = true;
} else {
document.dispatchEvent(new CustomEvent('event-form-unfilled'));
}
document.dispatchEvent(new CustomEvent('event-form-unfilled'));
this.loadingNetworks = false;
});
},

0 comments on commit 626aa46

Please sign in to comment.