Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: stub for the onChange
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyslavvnahornyi committed Jan 21, 2024
1 parent 4d9b48a commit 48d8fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/BooleanWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default class BooleanWidget extends React.Component {
type="checkbox"
checked={this.state.value}
value={this.state.value}
onChange={() => null}
/>
<label htmlFor={id} onClick={(e) => e.stopPropagation()} />
</div>
Expand Down

0 comments on commit 48d8fee

Please sign in to comment.