diff --git a/src/dashboard/dashboard.js b/src/dashboard/dashboard.js index 032791d..1bd4002 100644 --- a/src/dashboard/dashboard.js +++ b/src/dashboard/dashboard.js @@ -544,6 +544,7 @@ class Dashboard extends Component { index={parseInt(widgetKey, 10)} widget={this.state.widgets[widgetKey]} onEdit={this.editWidget.bind(this)} + onDuplicate={this.duplicateWidget.bind(this)} onDelete={this.deleteWidget.bind(this)} onChange={this.widgetChange.bind(this)}