Files
twenty_crm/packages/twenty-front/src/modules/settings/integrations/constants/MockRemoteDatabases.ts
Thaïs 8baa59b6f4 feat: add Active and Add integration card displays (#4591)
* feat: add Active and Add integration card displays

Closes #4541

* docs: add PaymentSuccess page stories

* refactor: move page components
2024-03-25 18:53:30 +01:00

11 lines
147 B
TypeScript

export const MOCK_REMOTE_DATABASES = [
{
name: 'airtable',
isActive: false,
},
{
name: 'postgresql',
isActive: true,
},
];