Update src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar/section-sidebar.element.ts

Co-authored-by: Nhu Dinh <150406148+nhudinh0309@users.noreply.github.com>
This commit is contained in:
Andreas Zerbst
2024-12-13 08:38:26 +01:00
committed by GitHub
parent fd08ed3032
commit e61bbe0dc3

View File

@@ -5,7 +5,6 @@ import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
@customElement('umb-section-sidebar')
export class UmbSectionSidebarElement extends UmbLitElement {
//
constructor() {
super();
new UmbSectionSidebarContext(this);