Skip to content

Commit

Permalink
Add label to mocked connections (#5858)
Browse files Browse the repository at this point in the history
<img width="865" alt="Capture d’écran 2024-06-13 à 17 48 03"
src="https://github.com/twentyhq/twenty/assets/22936103/2d313448-fbd5-4ff1-a65b-afd4df86117a">
  • Loading branch information
thomtrp authored Jun 13, 2024
1 parent 65fc83a commit 00d2294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/twenty-front/src/testing/mock-data/remote-servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const mockedRemoteServers = [
},
updatedAt: '2024-04-30T13:41:25.858Z',
schema: 'public',
label: 'postgres DB',
},
{
__typename: 'RemoteServer',
Expand All @@ -27,5 +28,6 @@ export const mockedRemoteServers = [
},
foreignDataWrapperType: 'stripe_fdw',
updatedAt: '2024-04-30T13:41:25.858Z',
label: 'stripe DB',
},
];

0 comments on commit 00d2294

Please sign in to comment.