Removing unnecessary namespace from in-line file reference
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user