Skip to content

Commit

Permalink
chore: correct component name
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrak98 committed Sep 20, 2024
1 parent d72bdb1 commit 4b9e330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src2/components/BuyPrepaidCreditsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import BuyPrepaidCreditsStripe from './BuyPrepaidCreditsStripe.vue';
import BuyPrepaidCreditsRazorpay from './BuyPrepaidCreditsRazorpay.vue';
export default {
name: 'BuyPrepaidCreditsDialog',
name: 'BuyPrepaidCreditsForm',
components: {
BuyPrepaidCreditsStripe,
BuyPrepaidCreditsRazorpay
Expand Down

0 comments on commit 4b9e330

Please sign in to comment.