LibraryPanels: Fixes connections after dashboard import (#34461)

This commit is contained in:
Hugo Häggmark
2021-05-20 09:40:23 +02:00
committed by GitHub
parent ca416df9d1
commit 740f1ab3e2
4 changed files with 129 additions and 3 deletions

View File

@@ -1348,6 +1348,10 @@ func (m *mockLibraryPanelService) ConnectLibraryPanelsForDashboard(c *models.Req
return nil
}
func (m *mockLibraryPanelService) ImportDashboard(c *models.ReqContext, dashboard *simplejson.Json, importedID int64) error {
return nil
}
type mockLibraryElementService struct {
}