Fix TempVar dropdowns

pull/1887/head
Andrew Watkins 2017-08-16 20:45:22 -07:00
parent c7031bc1bf
commit 678bc39d5e
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class DashboardPage extends Component {
this.props.dashboardActions.templateVariableSelected( this.props.dashboardActions.templateVariableSelected(
+dashboardID, +dashboardID,
templateID, templateID,
values [values]
) )
} }