Removing unnecessary namespace from in-line file reference

This commit is contained in:
elitsa
2020-01-21 13:50:37 +01:00
parent bda64d75ba
commit 9ef5f74d67
+1 -1
View File
@@ -213,7 +213,7 @@ namespace Umbraco.Web.Editors
macroDisplay.Notifications.Clear();
macroDisplay.Notifications.Add(new Models.ContentEditing.BackOfficeNotification("Success", "Macro saved", NotificationStyle.Success));
macroDisplay.Notifications.Add(new BackOfficeNotification("Success", "Macro saved", NotificationStyle.Success));
return this.Request.CreateResponse(HttpStatusCode.OK, macroDisplay);
}