Remove requirement from rp prop

pull/10616/head
Andrew Watkins 2016-11-28 12:55:41 -08:00 committed by Will Piers
parent db0a4cc5fd
commit 3644ab7fd9
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,
rp: PropTypes.string.isRequired,
text: PropTypes.string.isRequired,
database: PropTypes.string.isRequired,
groupbys: PropTypes.arrayOf(PropTypes.string),