Skip to content

Commit

Permalink
Fix: clipboard in tokens tab (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Jul 18, 2023
1 parent aabe121 commit 09c7ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/contract/TokensTab/TokensTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default {
}
},
methods: {
...mapActions(["showError", "hideError"]),
...mapActions(["showError", "hideError", "showClipboardOK"]),
title(token) {
if (token.metadata !== null) {
return token.metadata.name;
Expand Down

0 comments on commit 09c7ad7

Please sign in to comment.