From ab630ad1704d95f3f90ad1e3391f78df4ef986a3 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Fri, 20 Oct 2017 14:05:30 -0700 Subject: [PATCH] Add missing prop --- ui/src/dashboards/containers/DashboardPage.js | 1 + 1 file changed, 1 insertion(+) 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}