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:
@@ -112,7 +112,7 @@
|
||||
|
||||
scope.editor.variantApps.forEach( (app) => {
|
||||
if (app.alias === "umbContent") {
|
||||
app.anchors = scope.content.tabs;
|
||||
app.anchors = scope.editor.content.tabs;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user