Skip to content

Commit 4dff6db

Browse files
AbigailDengAbigailDeng
authored andcommitted
feat: add params
1 parent 6559d03 commit 4dff6db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Vote/Vote.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ class VoteContainer extends Component {
988988
const payload = {
989989
voteId: switchVoteSelectedRowKeys[0],
990990
candidatePubkey: targetPublicKey,
991+
isResetVotingTime: true,
991992
};
992993
electionContractFromExt
993994
.ChangeVotingOption(payload)

0 commit comments

Comments
 (0)