mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
Bug 1571786 - Warning: Failed prop type: Invalid prop visibleColumns
of type array
supplied to FrameListItem
, expected object
. r=Honza
Fix expected prop type. Differential Revision: https://phabricator.services.mozilla.com/D41046 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
f12174619f
commit
ad7184ec58
@ -50,7 +50,7 @@ class FrameListItem extends Component {
|
||||
isSelected: PropTypes.bool.isRequired,
|
||||
onMouseDown: PropTypes.func.isRequired,
|
||||
connector: PropTypes.object.isRequired,
|
||||
visibleColumns: PropTypes.object.isRequired,
|
||||
visibleColumns: PropTypes.array.isRequired,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user