aboutsummaryrefslogtreecommitdiff
path: root/static/components/tab-group-element.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/components/tab-group-element.ts')
-rw-r--r--static/components/tab-group-element.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/components/tab-group-element.ts b/static/components/tab-group-element.ts
index dc97df93..e84da19f 100644
--- a/static/components/tab-group-element.ts
+++ b/static/components/tab-group-element.ts
@@ -21,7 +21,7 @@ export { TabGroupElement }
*/
class TabGroupElement extends ComponentVEvent {
- menu: HTMLElement;
+ readonly menu: HTMLElement;
tabs: HTMLElement[] = [];
tabLabels: HTMLElement[] = [];