Merge branch 'v8/feature/AB6057-segment-feature' of https://github.com/umbraco/Umbraco-CMS into v8/feature/AB6057-segment-feature

This commit is contained in:
Warren Buckley
2020-04-29 15:30:46 +01:00

View File

@@ -112,7 +112,7 @@
scope.editor.variantApps.forEach( (app) => {
if (app.alias === "umbContent") {
app.anchors = scope.content.tabs;
app.anchors = scope.editor.content.tabs;
}
});