mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 15:20:18 +00:00
Fix calendar setting (#3834)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
16ac563eba
commit
41f54455fe
@ -31,7 +31,7 @@
|
|||||||
calendar.class.ExternalCalendar,
|
calendar.class.ExternalCalendar,
|
||||||
{
|
{
|
||||||
createdBy: getCurrentAccount()._id,
|
createdBy: getCurrentAccount()._id,
|
||||||
externarUser: integration.value
|
externalUser: integration.value
|
||||||
},
|
},
|
||||||
(res) => (calendars = res)
|
(res) => (calendars = res)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user