From 41f54455fe628ef8045865c08e1e35a974d05a1c Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Fri, 13 Oct 2023 01:33:06 +0600 Subject: [PATCH] Fix calendar setting (#3834) Signed-off-by: Denis Bykhov --- .../src/components/IntegrationConfigure.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar-resources/src/components/IntegrationConfigure.svelte b/plugins/calendar-resources/src/components/IntegrationConfigure.svelte index 27afc04161..dd938b75f8 100644 --- a/plugins/calendar-resources/src/components/IntegrationConfigure.svelte +++ b/plugins/calendar-resources/src/components/IntegrationConfigure.svelte @@ -31,7 +31,7 @@ calendar.class.ExternalCalendar, { createdBy: getCurrentAccount()._id, - externarUser: integration.value + externalUser: integration.value }, (res) => (calendars = res) )