mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PublicDashboards: Fix error message when deleting (#89166)
This commit is contained in:
@@ -297,7 +297,7 @@ func (api *Api) DeletePublicDashboard(c *contextmodel.ReqContext) response.Respo
|
||||
return response.Err(err)
|
||||
}
|
||||
|
||||
return response.JSON(http.StatusOK, nil)
|
||||
return response.Empty(http.StatusOK)
|
||||
}
|
||||
|
||||
// Copied from pkg/api/metrics.go
|
||||
|
||||
Reference in New Issue
Block a user