Fix broken update of dashboards and TVs

pull/10616/head
Andrew Watkins 2017-10-24 10:55:49 -07:00
parent 4353f8ac86
commit dcd2679b52
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class DashboardPage extends Component {
try {
await dashboardActions.putDashboard({
dashboard,
...dashboard,
templates,
})
onSaveTemplatesSuccess()