Skip to content

Commit

Permalink
Fix can create survey even if checkbox isn't checked (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot authored Jul 19, 2023
1 parent 1e1b526 commit 114e5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met-web/src/components/survey/create/LinkOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const LinkOptions = () => {

if (!isDisclaimerChecked) {
setDisclaimerError(true);
return;
}

setIsSaving(true);
Expand Down

0 comments on commit 114e5a5

Please sign in to comment.