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