1
0
Fork 0

🚧 More work on React components and mui-theme

This commit is contained in:
Joost De Cock 2019-05-01 10:43:39 +02:00
parent 9d54e25020
commit 859d15e910
13 changed files with 93 additions and 74 deletions

View file

@ -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
};