aboutsummaryrefslogtreecommitdiff
path: root/static/components/changelog.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/components/changelog.ts')
-rw-r--r--static/components/changelog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/components/changelog.ts b/static/components/changelog.ts
index 8f45794d..831e4ced 100644
--- a/static/components/changelog.ts
+++ b/static/components/changelog.ts
@@ -6,7 +6,7 @@ export { VEventChangelog }
class VEventChangelog extends ComponentVEvent {
- ul: HTMLElement
+ readonly ul: HTMLElement
constructor(uid?: string) {
super(uid);