Skip to content

Commit

Permalink
fix: show updated name when renaming wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 25, 2024
1 parent 25b4ee8 commit 59e4796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ export default {
description: context.state.updatedDescription,
})
if (request.result) {
await context.dispatch('getWalletInfos')
context.commit('setUpdatedWallet')
context.commit('clearUpdatedWallet')
createNotification({
Expand Down

0 comments on commit 59e4796

Please sign in to comment.