Fix-issue-370 (#9996)
Fixes the issue from introduced when alowing gmail and outlook. fixes https://github.com/twentyhq/core-team-issues/issues/370
This commit is contained in:
@ -53,4 +53,8 @@ export const mockedClientConfig: ClientConfig = {
|
||||
api: { mutationMaximumAffectedRecords: 100 },
|
||||
canManageFeatureFlags: true,
|
||||
publicFeatureFlags: [],
|
||||
isMicrosoftMessagingEnabled: true,
|
||||
isMicrosoftCalendarEnabled: true,
|
||||
isGoogleMessagingEnabled: true,
|
||||
isGoogleCalendarEnabled: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user