Add isWidget prop to LayoutRenderer propTypes
parent
e7a101650e
commit
e2bf4197e8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue