Add missing prop

pull/10616/head
Andrew Watkins 2017-10-20 14:05:30 -07:00
parent 0469ff105e
commit ab630ad170
1 changed files with 1 additions and 0 deletions

View File

@ -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}