Skip to content

Commit

Permalink
[CI] Fix Build on v23 branch (#7580)
Browse files Browse the repository at this point in the history
Fix the build on 23 branch.
  • Loading branch information
driusan committed Sep 24, 2021
1 parent 406b550 commit 7b1af55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsx/Form.js
Expand Up @@ -1545,7 +1545,6 @@ class CheckboxElement extends React.Component {
let errorMessage = null;
let requiredHTML = null;
let elementClass = this.props.elementClass;
let label = null;

// Add required asterix
if (required) {
Expand Down

0 comments on commit 7b1af55

Please sign in to comment.