mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
frontend: Fix timezone removal
This commit is contained in:
@@ -117,6 +117,7 @@ export class EditCalendarForm extends LitElement {
|
|||||||
</set>
|
</set>
|
||||||
<remove>
|
<remove>
|
||||||
<prop>
|
<prop>
|
||||||
|
${!this.timezone_id ? `<CAL:calendar-timezone-id />` : ''}
|
||||||
${!this.description ? '<CAL:calendar-description />' : ''}
|
${!this.description ? '<CAL:calendar-description />' : ''}
|
||||||
${!this.color ? '<ICAL:calendar-color />' : ''}
|
${!this.color ? '<ICAL:calendar-color />' : ''}
|
||||||
</prop>
|
</prop>
|
||||||
|
|||||||
@@ -107,6 +107,7 @@ let EditCalendarForm = class extends i {
|
|||||||
</set>
|
</set>
|
||||||
<remove>
|
<remove>
|
||||||
<prop>
|
<prop>
|
||||||
|
${!this.timezone_id ? `<CAL:calendar-timezone-id />` : ""}
|
||||||
${!this.description ? "<CAL:calendar-description />" : ""}
|
${!this.description ? "<CAL:calendar-description />" : ""}
|
||||||
${!this.color ? "<ICAL:calendar-color />" : ""}
|
${!this.color ? "<ICAL:calendar-color />" : ""}
|
||||||
</prop>
|
</prop>
|
||||||
|
|||||||
Reference in New Issue
Block a user