mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 00:02:20 +00:00
Add addressbook import to frontend
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { html, LitElement } from "lit";
|
||||
import { customElement, property } from "lit/decorators.js";
|
||||
import { Ref, createRef, ref } from 'lit/directives/ref.js';
|
||||
import { escapeXml } from ".";
|
||||
|
||||
@customElement("import-calendar-form")
|
||||
export class ImportCalendarForm extends LitElement {
|
||||
@@ -19,8 +18,6 @@ export class ImportCalendarForm extends LitElement {
|
||||
principal: string
|
||||
@property()
|
||||
cal_id: string = self.crypto.randomUUID()
|
||||
@property()
|
||||
timezone_id: string = ''
|
||||
|
||||
dialog: Ref<HTMLDialogElement> = createRef()
|
||||
form: Ref<HTMLFormElement> = createRef()
|
||||
|
||||
Reference in New Issue
Block a user