From b734887825a9a169621e0d4ece7fe6be42552536 Mon Sep 17 00:00:00 2001 From: Phil Eaton Date: Sat, 20 Aug 2022 14:22:17 -0400 Subject: [PATCH] Add beta markers, google sheets not beta (#290) --- ui/connectors/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/connectors/index.ts b/ui/connectors/index.ts index 0e10e46f7..4c1e2263b 100644 --- a/ui/connectors/index.ts +++ b/ui/connectors/index.ts @@ -125,7 +125,7 @@ export const VENDORS: { details: CassandraDetails, }, mongo: { - name: 'MongoDB', + name: 'MongoDB (Beta)', id: 'mongo', details: GenericDetails, }, @@ -140,7 +140,7 @@ export const VENDORS: { details: AirtableDetails, }, 'google-sheets': { - name: 'Google Sheets (Beta)', + name: 'Google Sheets', id: 'google-sheets', details: GoogleSheetsDetails, }, @@ -150,7 +150,7 @@ export const VENDORS: { details: Neo4jDetails, }, odbc: { - name: 'ODBC', + name: 'ODBC (Beta)', id: 'odbc', details: ODBCDetails, },