fix: Change bank name
fix: otp filled null after complete the process
This commit is contained in:
@@ -124,7 +124,7 @@ export default function AccountSummary() {
|
||||
if (!authorized) return null;
|
||||
|
||||
return (
|
||||
<Paper shadow="sm" radius="md" p="md" withBorder>
|
||||
<Paper shadow="sm" radius="md" p="md" withBorder h={400}>
|
||||
<Title
|
||||
order={isMobile ? 4 : 3}
|
||||
mb="md"
|
||||
|
||||
@@ -330,6 +330,7 @@ export default function AddBeneficiaryOthers() {
|
||||
setConfirmAccountNo('');
|
||||
setBeneficiaryName('');
|
||||
setNickName('');
|
||||
setOtp('');
|
||||
setBeneficiaryType(null);
|
||||
setIsVisibilityLocked(false);
|
||||
setOtpSent(false);
|
||||
|
||||
@@ -8,7 +8,7 @@ import AddBeneficiaryOthers from './addBeneficiaryOthers';
|
||||
|
||||
|
||||
const bankOptions = [
|
||||
{ value: 'KCCB', label: 'KCCB - The Kangra Central Co-Operative Bank' },
|
||||
{ value: 'KCCB', label: 'KCCB - The Kangra Central Co-Operative Bank Ltd.' },
|
||||
];
|
||||
|
||||
const AddBeneficiary: React.FC = () => {
|
||||
|
||||
@@ -331,7 +331,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
}}
|
||||
>
|
||||
<Text c="dimmed" size={isMobile ? "xs" : "sm"}>
|
||||
© 2025 The Kangra Central Co-Operative Bank
|
||||
© 2025 The Kangra Central Co-Operative Bank Ltd.
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user