remove grafana specific config from package (#44866)

This commit is contained in:
Will Browne
2022-02-04 18:14:53 +01:00
committed by GitHub
parent 5c87044aa2
commit 126ed461b1
5 changed files with 17 additions and 12 deletions

View File

@ -72,7 +72,7 @@ func (p PluginDTO) SupportsStreaming() bool {
}
func (p PluginDTO) IsApp() bool {
return p.Type == "app"
return p.Type == App
}
func (p PluginDTO) IsCorePlugin() bool {