@ -4,17 +4,17 @@ import { InboxSettingsVisibilityValue } from '@/settings/accounts/components/Set
|
||||
|
||||
export const mockedAccounts: Account[] = [
|
||||
{
|
||||
email: 'thomas@twenty.com',
|
||||
handle: 'thomas@twenty.com',
|
||||
isSynced: true,
|
||||
isContactAutoCreationEnabled: true,
|
||||
uuid: '0794b782-f52e-48c3-977e-b0f57f90de24',
|
||||
id: '0794b782-f52e-48c3-977e-b0f57f90de24',
|
||||
visibility: InboxSettingsVisibilityValue.Everything,
|
||||
},
|
||||
{
|
||||
email: 'thomas@twenty.dev',
|
||||
handle: 'thomas@twenty.dev',
|
||||
isSynced: false,
|
||||
isContactAutoCreationEnabled: true,
|
||||
uuid: 'dc66a7ec-56b2-425b-a8e8-26ff0396c3aa',
|
||||
id: 'dc66a7ec-56b2-425b-a8e8-26ff0396c3aa',
|
||||
visibility: InboxSettingsVisibilityValue.Metadata,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user