Skip to content

Commit

Permalink
Merge pull request #421 from chain4travel/addaqqa/small-fix
Browse files Browse the repository at this point in the history
fix(multisi): fix message error of editing multisig
  • Loading branch information
aeddaqqa authored Jul 31, 2024
2 parents 5fbc7e8 + 1d1a7d6 commit 64ef274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/EditMultisigWallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,7 @@ export default class EditMultisigWallet extends Vue {
getErrorMessage(error: any): string {
if (error?.message.includes('insufficient balance'))
return 'notifications.insufficient_funds_edit'
return 'notifications.something_went_wrong'
return error.message
}
handleMsigEditError(error: any) {
Expand Down

0 comments on commit 64ef274

Please sign in to comment.