diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/insertmacro.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/insertmacro.controller.js index 26f6c5376a..767cc9bc8c 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/insertmacro.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/insertmacro.controller.js @@ -109,7 +109,7 @@ function InsertMacroController($scope, entityResource, macroResource, umbPropEdi }); if (found) { //select the macro and go to next screen - $scope.selectedMacro = found.id; + $scope.selectedMacro = found; editParams(); return; }