Added props in ExtenSubscriptionModel component setExtendModel={setExtendModel}
This commit is contained in:
parent
c74befb4c8
commit
a851492595
|
|
@ -216,6 +216,7 @@ const AppRoutes = () => {
|
||||||
onClose={handleCancel}
|
onClose={handleCancel}
|
||||||
onPayNow={handlePay}
|
onPayNow={handlePay}
|
||||||
onContinueWithCredits={freeExtend}
|
onContinueWithCredits={freeExtend}
|
||||||
|
setExtendModel={setExtendModel}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue