Skip to content

Commit

Permalink
Checkin some console.logs ...
Browse files Browse the repository at this point in the history
  • Loading branch information
lotorvik committed Dec 5, 2024
1 parent c2cb7c6 commit e9032d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const findFirstInputWithValidationError = (wizardComponent, data): Component | u
wizardComponent.root.submitted = true;
const valid = wizardComponent.checkValidity(data);
if (!valid && wizardComponent.component.input) {
console.log(wizardComponent);
return wizardComponent.component;
}

Expand Down

0 comments on commit e9032d8

Please sign in to comment.