7059 Fix email loading in the timeline (#7116)

Fixes #7059
This commit is contained in:
Raphaël Bosi
2024-09-18 14:37:23 +02:00
committed by GitHub
parent 999974893c
commit 66456828ab

View File

@@ -66,6 +66,7 @@ export const EventCardMessage = ({
objectNameSingular: CoreObjectNameSingular.Message,
objectRecordId: messageId,
recordGqlFields: {
id: true,
text: true,
subject: true,
direction: true,