From 00d22947284bcda2f1efb5ad1e8f70fddf1feb33 Mon Sep 17 00:00:00 2001 From: Thomas Trompette Date: Thu, 13 Jun 2024 18:56:55 +0200 Subject: [PATCH] Add label to mocked connections (#5858) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Capture d’écran 2024-06-13 à 17 48 03 --- packages/twenty-front/src/testing/mock-data/remote-servers.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/twenty-front/src/testing/mock-data/remote-servers.ts b/packages/twenty-front/src/testing/mock-data/remote-servers.ts index fee3c13cae5b..12948b099210 100644 --- a/packages/twenty-front/src/testing/mock-data/remote-servers.ts +++ b/packages/twenty-front/src/testing/mock-data/remote-servers.ts @@ -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', }, ];