Plugins: Hide version information when plugin is managed (#88065)
* first pass * fixup * fix linter issues * fix API test * update naming * rework * update var name * empty check * prettier * fix test * fix lint
This commit is contained in:
@@ -74,7 +74,6 @@ func ToGrafanaDTO(p *plugins.Plugin) Plugin {
|
||||
Module: p.Module,
|
||||
BaseURL: p.BaseURL,
|
||||
ExternalService: p.ExternalService,
|
||||
|
||||
Angular: p.Angular,
|
||||
Angular: p.Angular,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user