We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15a72b commit f36f866Copy full SHA for f36f866
dist/fast-search-card.js
@@ -8080,7 +8080,7 @@ class FastSearchCard extends HTMLElement {
8080
8081
// Create Button
8082
createBtn.addEventListener('click', () => {
8083
- if (this.timePickerState.isScheduleMode) {
+ if (this.timePickerState && this.timePickerState.isScheduleMode) {
8084
console.log('🗓️ Zeitplan-Erstellung - TODO: Wochentage implementieren');
8085
// TODO: Hier später Wochentag-Auswahl
8086
} else {
0 commit comments