Add more properties to timeRange proptypes

pull/10616/head
Andrew Watkins 2017-10-09 12:43:11 -07:00
parent a4d37e773e
commit d1181554d7
1 changed files with 4 additions and 1 deletions

View File

@ -411,7 +411,10 @@ DashboardPage.propTypes = {
handleChooseAutoRefresh: func.isRequired,
autoRefresh: number.isRequired,
templateControlBarVisibilityToggled: func.isRequired,
timeRange: shape({}),
timeRange: shape({
upper: string,
lower: string,
}),
showTemplateControlBar: bool.isRequired,
inPresentationMode: bool.isRequired,
handleClickPresentationButton: func,