add space

This commit is contained in:
Niels Lyngsø
2023-04-27 10:35:07 +02:00
parent 7e1c59a203
commit 174ea70bc0

View File

@@ -3,6 +3,7 @@ import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
import { UmbStringState } from '@umbraco-cms/backoffice/observable-api';
export class UmbBackofficeContext {
#activeSectionAlias = new UmbStringState(undefined);
public readonly activeSectionAlias = this.#activeSectionAlias.asObservable();
public readonly allowedSections = umbExtensionsRegistry.extensionsOfType('section');