Added sync status on the FE (#6730)
Issue #6685 How do we make sure we get the latest syncStatus on the frontend? For now we dont get it unless refreshed. useInterval() on fetching account details?
This commit is contained in:
@ -6,5 +6,6 @@ export type CalendarChannel = {
|
||||
isContactAutoCreationEnabled?: boolean;
|
||||
isSyncEnabled?: boolean;
|
||||
visibility: CalendarChannelVisibility;
|
||||
syncStatus: string;
|
||||
__typename: 'CalendarChannel';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user