diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 185f5989ed..bd22c0645d 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -183,7 +183,6 @@ class DashboardPage extends Component { ) } - // TODO: make this work over array of template variables onSave in TVM handleEditTemplateVariables(templates, onSaveTemplatesSuccess) { return async () => { const {params: {dashboardID}, dashboards} = this.props