Remove prop requirement'

pull/10616/head
Andrew Watkins 2016-11-28 13:03:16 -08:00 committed by Will Piers
parent 8536f9d264
commit 33eb58e383
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const LayoutRenderer = React.createClass({
PropTypes.shape({
queries: PropTypes.arrayOf(
PropTypes.shape({
rp: PropTypes.string.isRequired,
rp: PropTypes.string,
text: PropTypes.string.isRequired,
database: PropTypes.string.isRequired,
groupbys: PropTypes.arrayOf(PropTypes.string),