mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #23149 from overleaf/mf-disable-paypal-submit-unchecked-student-confirm
[web] Disable paypal submit button if student confirmation checkbox is not checked GitOrigin-RevId: 3c8ca624399e249a48ac0be48cb0c5c0b4170d30
This commit is contained in:
@@ -69,4 +69,6 @@ export type PaymentContextValue = {
|
||||
updateCountry: (country: PricingFormState['country']) => void
|
||||
userCanNotStartRequestedTrial: boolean
|
||||
showStudentConfirmation: boolean
|
||||
studentConfirmationChecked: boolean
|
||||
setStudentConfirmationChecked: React.Dispatch<React.SetStateAction<boolean>>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user