mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-06 12:41:02 +03:00
fix: Calendar events participated in should be displayed in red (#5146)
Resolves #5131
This commit is contained in:
parent
07c8779411
commit
2b8116f57f
@ -63,6 +63,8 @@ export const SettingsAccountsCalendars = () => {
|
||||
: '',
|
||||
avatarUrl: currentWorkspaceMember?.avatarUrl || '',
|
||||
handle: '',
|
||||
personId: '',
|
||||
workspaceMemberId: currentWorkspaceMember?.id || '',
|
||||
},
|
||||
],
|
||||
endsAt: exampleEndDate.toISOString(),
|
||||
|
Loading…
Reference in New Issue
Block a user