diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 0824a197a..a20553e7d 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -140,7 +140,7 @@ class DashboardPage extends Component { this.props.dashboardActions.templateVariableSelected( +dashboardID, templateID, - values + [values] ) }