Merged in fix/terms-and-conditions-link (pull request #1933)
Don't check checkbox when clicking link inside the label * Don't check checkbox when clicking link inside the label
This commit is contained in:
@@ -114,6 +114,7 @@ export default function Form() {
|
||||
color="peach80"
|
||||
target="_blank"
|
||||
href={bookingTermsAndConditions[lang]}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
{str}
|
||||
</Link>
|
||||
@@ -124,6 +125,7 @@ export default function Form() {
|
||||
color="peach80"
|
||||
target="_blank"
|
||||
href={privacyPolicy[lang]}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
{str}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user