diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 0422012f9d..5de2cf440d 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -525,13 +525,13 @@ const mapStateToProps = (state, {params: {dashboardID}}) => { dashboards, autoRefresh, isUsingAuth, + cellQueryStatus, + inPresentationMode, + showTemplateControlBar, selectedCell, singleStatType, singleStatColors, gaugeColors, - cellQueryStatus, - inPresentationMode, - showTemplateControlBar, } }