frontend: Fix timezone removal

This commit is contained in:
Lennart
2025-07-25 22:30:52 +02:00
parent dd34dd23d1
commit 918f27e8c2
2 changed files with 2 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ let EditCalendarForm = class extends i {
</set>
<remove>
<prop>
${!this.timezone_id ? `<CAL:calendar-timezone-id />` : ""}
${!this.description ? "<CAL:calendar-description />" : ""}
${!this.color ? "<ICAL:calendar-color />" : ""}
</prop>