mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Add addressbook import to frontend
This commit is contained in:
@@ -16,7 +16,6 @@ let ImportCalendarForm = class extends i {
|
||||
super();
|
||||
this.user = "";
|
||||
this.cal_id = self.crypto.randomUUID();
|
||||
this.timezone_id = "";
|
||||
this.dialog = e();
|
||||
this.form = e();
|
||||
}
|
||||
@@ -93,9 +92,6 @@ __decorateClass([
|
||||
__decorateClass([
|
||||
n$1()
|
||||
], ImportCalendarForm.prototype, "cal_id", 2);
|
||||
__decorateClass([
|
||||
n$1()
|
||||
], ImportCalendarForm.prototype, "timezone_id", 2);
|
||||
ImportCalendarForm = __decorateClass([
|
||||
t("import-calendar-form")
|
||||
], ImportCalendarForm);
|
||||
|
||||
Reference in New Issue
Block a user