temp set first section to active

This commit is contained in:
Mads Rasmussen
2022-05-19 14:31:43 +02:00
parent e27fdc9c26
commit c7c77321f2

View File

@@ -149,6 +149,7 @@ export class UmbBackofficeHeader extends LitElement {
this._availableSections = data.sections;
this._visibleSections = this._sections.filter(section => this._availableSections.includes(section.alias)).map(section => section.name);
this._activeSection = this._visibleSections?.[0];
}
private _renderExtraSections() {