Skip to content

Commit 829ff60

Browse files
author
Felipe Lang
committed
WIP: fix: set empty string as theme property default value
1 parent 225cf9a commit 829ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/resources/frontend/src/fc-days-of-week-selector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class DaysOfWeekSelector extends ResizeMixin(ThemableMixin(LitElement)) {
3838
_container!: HTMLElement;
3939

4040
@property()
41-
theme: string | null = null;
41+
theme: string = '';
4242

4343
@property()
4444
label: string = '';

0 commit comments

Comments
 (0)