Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/form-chn' into crayons-test-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gowtham-balaganesh committed Sep 27, 2024
2 parents 99e6cdd + 34adfd9 commit 3c65f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crayons-core/src/components/form/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export class Form {

// reset for section fields when values changed

const previousfield = this.formSchema.fields.find(
const previousfield = this.formSchema?.fields?.find(
(field) => field.name === name
);

Expand Down

0 comments on commit 3c65f81

Please sign in to comment.