Skip to content

Commit f36f866

Browse files
authored
Update fast-search-card.js
1 parent f15a72b commit f36f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8080,7 +8080,7 @@ class FastSearchCard extends HTMLElement {
80808080

80818081
// Create Button
80828082
createBtn.addEventListener('click', () => {
8083-
if (this.timePickerState.isScheduleMode) {
8083+
if (this.timePickerState && this.timePickerState.isScheduleMode) {
80848084
console.log('🗓️ Zeitplan-Erstellung - TODO: Wochentage implementieren');
80858085
// TODO: Hier später Wochentag-Auswahl
80868086
} else {

0 commit comments

Comments
 (0)