align method names

This commit is contained in:
Mads Rasmussen
2024-04-28 14:05:17 +02:00
parent 341ca9dd21
commit 416d3d7f3d

View File

@@ -45,7 +45,7 @@ export class UmbSectionSidebarContext extends UmbContextBase<UmbSectionSidebarCo
this.#contextElement = undefined;
}
get contextElement() {
getContextElement() {
return this.#contextElement;
}
}