Fetch viewable thread from apollo cache (#3783)
Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -185,7 +185,7 @@ export const EmailThreads = ({
|
||||
key={index}
|
||||
divider={index < timelineThreads.length - 1}
|
||||
thread={thread}
|
||||
onClick={() => openEmailThread(thread)}
|
||||
onClick={() => openEmailThread(thread.id)}
|
||||
/>
|
||||
))}
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user