diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index a80ea0199..91aeaf888 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -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,