This commit is contained in:
Niels Lyngsø
2022-12-21 10:11:24 +01:00
parent 41cdc13abe
commit 37ab711e85

View File

@@ -74,6 +74,7 @@ export class UmbBackofficeMain extends UmbContextProviderMixin(UmbContextConsume
});
}
// TODO: Make this a common shared method on @umbraco-cms/extensions-api
private _getSectionElement(section: ManifestSection) {
if (!section.loader || !section.elementName || !section.js) {
return UmbSectionElement;