diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tree.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tree.service.js index f68e224f4f..d3fc85de3c 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tree.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tree.service.js @@ -255,7 +255,7 @@ function treeService($q, treeResource, iconHelper, notificationsService, eventsS eventsService.emit("treeService.treeNodeLoadError", {error: reason } ); //stop show the loading indicator - node.loading = false; + args.node.loading = false; //tell notications about the error notificationsService.error(reason);