Commit e0abd862 by Leonard Gram

provisioning: fixed bug in saving dashboards.

parent 5a85fb6d
...@@ -124,7 +124,7 @@ func (dr *DashboardRepository) SaveDashboard(dto *SaveDashboardDTO) (*models.Das ...@@ -124,7 +124,7 @@ func (dr *DashboardRepository) SaveDashboard(dto *SaveDashboardDTO) (*models.Das
return nil, err return nil, err
} }
err = bus.Dispatch(&cmd) err = bus.Dispatch(cmd)
if err != nil { if err != nil {
return nil, err return nil, err
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment