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:
@ -16,6 +16,7 @@ export const mockedRemoteServers = [
|
|||||||
},
|
},
|
||||||
updatedAt: '2024-04-30T13:41:25.858Z',
|
updatedAt: '2024-04-30T13:41:25.858Z',
|
||||||
schema: 'public',
|
schema: 'public',
|
||||||
|
label: 'postgres DB',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
__typename: 'RemoteServer',
|
__typename: 'RemoteServer',
|
||||||
@ -27,5 +28,6 @@ export const mockedRemoteServers = [
|
|||||||
},
|
},
|
||||||
foreignDataWrapperType: 'stripe_fdw',
|
foreignDataWrapperType: 'stripe_fdw',
|
||||||
updatedAt: '2024-04-30T13:41:25.858Z',
|
updatedAt: '2024-04-30T13:41:25.858Z',
|
||||||
|
label: 'stripe DB',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user