feat(ddma-eligibility) - v6 updated file

This commit is contained in:
2025-12-13 01:36:19 +05:30
parent 07b93bf2c7
commit a7f939e26a
2 changed files with 3 additions and 3 deletions

View File

@@ -101,8 +101,8 @@ function DdmaOtpModal({
interface DdmaEligibilityButtonProps {
memberId: string;
dateOfBirth: Date | null;
firstName: string;
lastName: string;
firstName?: string;
lastName?: string;
isFormIncomplete: boolean;
/** Called when backend has finished and PDF is ready */
onPdfReady: (pdfId: number, fallbackFilename: string | null) => void;