mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 13:44:59 -05:00
feat(plugins): progress on dashboard installs , #4298
This commit is contained in:
@@ -21,7 +21,7 @@ type PluginNotFoundError struct {
|
||||
PluginId string
|
||||
}
|
||||
|
||||
func (e *PluginNotFoundError) Error() string {
|
||||
func (e PluginNotFoundError) Error() string {
|
||||
return fmt.Sprintf("Plugin with id %s not found", e.PluginId)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user