Add isWidget prop to LayoutRenderer propTypes

pull/10616/head
Jared Scheib 2017-06-16 16:33:21 -07:00
parent e7a101650e
commit e2bf4197e8
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export const LayoutRenderer = React.createClass({
cells: arrayOf(
shape({
// isWidget cells will not have queries
isWidget: bool,
queries: arrayOf(
shape({
label: string,