Added props in ExtenSubscriptionModel component setExtendModel={setExtendModel}

This commit is contained in:
Srinath 2026-03-16 15:05:57 +05:30
parent c74befb4c8
commit a851492595
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ const AppRoutes = () => {
onClose={handleCancel} onClose={handleCancel}
onPayNow={handlePay} onPayNow={handlePay}
onContinueWithCredits={freeExtend} onContinueWithCredits={freeExtend}
setExtendModel={setExtendModel}
/> />
); );
} }