Update comment

pull/1581/head
Andrew Watkins 2017-06-22 14:12:33 -07:00
parent a70e253b33
commit cc43ac1f08
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class DashboardPage extends Component {
const dashboards = await getDashboardsAsync()
const dashboard = dashboards.find(d => d.id === +dashboardID)
// Refresh and persists template variable values on dashboard mount
// Refresh and persists influxql generated template variable values
await updateTempVarValues(source, dashboard)
await putDashboardByID(dashboardID)
}