Skip to content

Commit

Permalink
Merge pull request #1489 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
missed the theme data
  • Loading branch information
Vishwas1 authored Jul 22, 2022
2 parents 0bbb7fe + f58c8cc commit 857cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/participant/Action.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<component v-if="(actionItem.type !== 'INFO_TEXT') && (actionItem.type !=='PRIZE_CARD') "
:is="CapitaliseString(actionItem.type)" :key="index" :idValue="index" :data="actionItem" :authToken="authToken"
:done="actionItem.isDone" @input="updateUserInfo(actionItem, $event)">
:done="actionItem.isDone" @input="updateUserInfo(actionItem, $event)" :themeData="themeData">
</component>
</template>
</div>
Expand Down

0 comments on commit 857cd5c

Please sign in to comment.