Skip to content

Commit

Permalink
debug: form loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Himali-Malvawala committed Jan 24, 2025
1 parent 3ec3f40 commit cddd440
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/elementTypes/FormElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export const FormElement = (props: Props) => {
const [unRestrictedFormId, setUnRestrictedFormId] = useState<string>("");
const formId = props.element.answers.formId;

console.log("church: ", props.church);
console.log("formId: ", formId);
console.log("addFormId: ", addFormId);
console.log("unRestrictedFormId: ", unRestrictedFormId);


useEffect(() => {
if (formId && props.church) {
Expand Down

0 comments on commit cddd440

Please sign in to comment.