Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support error list to show at the top or bottom #3196

Merged
Prev Previous commit
Next Next commit
chore
  • Loading branch information
jacqueswho committed Oct 18, 2022
commit ee93d048ce4d6e1832f20ff21690f5d01a018ed4
2 changes: 1 addition & 1 deletion packages/core/test/validate_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Validation", () => {
},
};

let node;
let node;
const compInfo = createFormComponent({
schema,
formData: {
Expand Down