We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35ed43 commit 55b7d18Copy full SHA for 55b7d18
google-forms/src/GoogleForms.tsx
@@ -52,7 +52,7 @@ const GoogleForms = ({ formUrl, hostRef }: Props) => {
52
form.addEventListener('submit', handleFormSubmit);
53
};
54
55
- if (!url.includes('google')) {
+ if (formUrl && formUrl !== '' && !url.includes('google')) {
56
return (
57
<div className={styles.instructions}>
58
<div>
0 commit comments