mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
missing defaulprop
This commit is contained in:
parent
45f2c6de3a
commit
441853d447
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class MenuLabel extends Component {
|
|||
|
||||
MenuLabel.defaultProps = {
|
||||
className: null,
|
||||
isOpenClassName: null,
|
||||
isOpen: false,
|
||||
onToggleActive: null,
|
||||
rootClassName: '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue