mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
add missing state init
This commit is contained in:
parent
f3fdbb50fd
commit
99bf868902
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ import { Form } from 'react-bootstrap';
|
|||
class EditWidgetCheckboxControl extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
isChecked: false,
|
||||
}
|
||||
}
|
||||
|
||||
static getDerivedStateFromProps(props, state) {
|
||||
|
|
Loading…
Add table
Reference in a new issue