Skip to content

Commit

Permalink
fix(partner): Pass correct props
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrak98 committed Jan 6, 2025
1 parent 3102b06 commit 68de54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src2/components/partners/PartnerCreditsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<BuyPartnerCreditsStripe
v-if="paymentGateway === 'Stripe'"
:amount="creditsToBuy"
:minimumAmount="maximumAmount"
:maximumAmount="maximumAmount"
@success="() => emit('success')"
@cancel="show = false"
/>
Expand Down

0 comments on commit 68de54e

Please sign in to comment.