diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 3172b3ed67..170541fcf1 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -317,6 +317,7 @@ class DashboardPage extends Component { autoRefresh={autoRefresh} isHidden={inPresentationMode} onAddCell={this.handleAddCell} + onManualRefresh={onManualRefresh} zoomedTimeRange={zoomedTimeRange} onSave={this.handleRenameDashboard} onCancel={this.handleCancelEditDashboard}