Commit 8a8f3bd5 by Marcus Efraimsson

folders: fix typo

parent 3c6bc263
......@@ -221,7 +221,7 @@ func toFolderError(err error) error {
return models.ErrFolderAccessDenied
}
if err == models.ErrDashbloardWithSameNameInFolderExists {
if err == models.ErrDashboardWithSameNameInFolderExists {
return models.ErrFolderSameNameExists
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment