Add label to mocked connections (#5858)

<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">
This commit is contained in:
Thomas Trompette
2024-06-13 18:56:55 +02:00
committed by GitHub
parent 65fc83a763
commit 00d2294728

View File

@ -16,6 +16,7 @@ export const mockedRemoteServers = [
},
updatedAt: '2024-04-30T13:41:25.858Z',
schema: 'public',
label: 'postgres DB',
},
{
__typename: 'RemoteServer',
@ -27,5 +28,6 @@ export const mockedRemoteServers = [
},
foreignDataWrapperType: 'stripe_fdw',
updatedAt: '2024-04-30T13:41:25.858Z',
label: 'stripe DB',
},
];