We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56c0f2c + 66f884d commit ef86917Copy full SHA for ef86917
frontends/web/src/routes/account/send/send.tsx
@@ -173,6 +173,8 @@ class Send extends Component<Props, State> {
173
public componentWillUnmount() {
174
this.unregisterEvents();
175
unsubscribe(this.unsubscribeList);
176
+ // Wipe proposed tx note.
177
+ accountApi.proposeTxNote(this.getAccount()!.code, '');
178
}
179
180
private registerEvents = () => document.addEventListener('keydown', this.handleKeyDown);
0 commit comments