🚧 More work on React components and mui-theme
This commit is contained in:
parent
9d54e25020
commit
859d15e910
13 changed files with 93 additions and 74 deletions
|
@ -35,7 +35,7 @@ const Bool = props => {
|
|||
|
||||
Bool.propTypes = {
|
||||
dflt: PropTypes.bool,
|
||||
labels: PropTypes.arrayOf(PropTypes.string),
|
||||
labels: PropTypes.array,
|
||||
updateValue: PropTypes.func.isRequired,
|
||||
name: PropTypes.string.isRequired
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue