Skip to content

Commit

Permalink
Includes action name when sending actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karynemayer committed May 31, 2023
1 parent a8d6eb6 commit 21d9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/contract/ContractActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineComponent({
async function signAction() {
await store.dispatch('account/sendAction', {
action: action.value,
name: action.value,
actor: actor.value,
permission: permission.value,
data: memo.value,
Expand Down

0 comments on commit 21d9b02

Please sign in to comment.