mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
folders: fix typo
This commit is contained in:
parent
3c6bc263dc
commit
8a8f3bd5bb
@ -221,7 +221,7 @@ func toFolderError(err error) error {
|
||||
return models.ErrFolderAccessDenied
|
||||
}
|
||||
|
||||
if err == models.ErrDashbloardWithSameNameInFolderExists {
|
||||
if err == models.ErrDashboardWithSameNameInFolderExists {
|
||||
return models.ErrFolderSameNameExists
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user