Skip to content

Commit

Permalink
fix: switch form to original form
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Apr 5, 2024
1 parent d33143c commit efdb9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/form/admin-form/admin-form.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ export const updateFormSettings = (
}

if (
body.responseMode === FormResponseMode.Multirespondent &&
originalForm.responseMode === FormResponseMode.Multirespondent &&
Boolean(body.webhook?.url)
) {
return errAsync(
Expand Down

0 comments on commit efdb9a3

Please sign in to comment.