From 4b9e330ba76a7c1ac0e555d4b3b975440a97c71a Mon Sep 17 00:00:00 2001 From: Shadrak Gurupnor Date: Fri, 20 Sep 2024 12:02:23 +0530 Subject: [PATCH] chore: correct component name --- dashboard/src2/components/BuyPrepaidCreditsForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src2/components/BuyPrepaidCreditsForm.vue b/dashboard/src2/components/BuyPrepaidCreditsForm.vue index 5d2882887f..4d83d2fbdb 100644 --- a/dashboard/src2/components/BuyPrepaidCreditsForm.vue +++ b/dashboard/src2/components/BuyPrepaidCreditsForm.vue @@ -93,7 +93,7 @@ import BuyPrepaidCreditsStripe from './BuyPrepaidCreditsStripe.vue'; import BuyPrepaidCreditsRazorpay from './BuyPrepaidCreditsRazorpay.vue'; export default { - name: 'BuyPrepaidCreditsDialog', + name: 'BuyPrepaidCreditsForm', components: { BuyPrepaidCreditsStripe, BuyPrepaidCreditsRazorpay