From 69a2894d7d4819fe64f0958548454d6e12097d82 Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Tue, 5 May 2026 00:34:33 +0600 Subject: [PATCH] refactor: remove free membership option and update default to basic in KYC admin page --- src/app/admin/kyc/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/admin/kyc/page.tsx b/src/app/admin/kyc/page.tsx index 28cd0d7..5a84f50 100644 --- a/src/app/admin/kyc/page.tsx +++ b/src/app/admin/kyc/page.tsx @@ -1155,7 +1155,7 @@ function NewApplicationModal({ isOpen, onClose, onSave }: { isOpen: boolean; onC permanentAddress: { sameAsPresent: false, line1: '', line2: '', division: '', district: '', zip: '', country: 'Bangladesh' }, emergencyContact: { name: '', phone: '', relation: '', email: '', address: '' }, drivingLicense: { number: '', class: '', issueDate: '', expiryDate: '', status: 'not_applied' }, - membershipType: 'free', + membershipType: 'basic', referralCode: '', referredBy: '', employmentInfo: { company: '', monthlyEarning: 0, whyEV: '', experience: '' }, @@ -1359,7 +1359,6 @@ function NewApplicationModal({ isOpen, onClose, onSave }: { isOpen: boolean; onC onChange={(e) => updateField('membershipType', e.target.value)} className="w-full px-3 py-2 border border-slate-200 rounded-lg text-sm bg-white" > -