Skip to content

Commit

Permalink
Add beta markers, google sheets not beta (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Aug 20, 2022
1 parent 61e0e29 commit b734887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/connectors/index.ts
Expand Up @@ -125,7 +125,7 @@ export const VENDORS: {
details: CassandraDetails,
},
mongo: {
name: 'MongoDB',
name: 'MongoDB (Beta)',
id: 'mongo',
details: GenericDetails,
},
Expand All @@ -140,7 +140,7 @@ export const VENDORS: {
details: AirtableDetails,
},
'google-sheets': {
name: 'Google Sheets (Beta)',
name: 'Google Sheets',
id: 'google-sheets',
details: GoogleSheetsDetails,
},
Expand All @@ -150,7 +150,7 @@ export const VENDORS: {
details: Neo4jDetails,
},
odbc: {
name: 'ODBC',
name: 'ODBC (Beta)',
id: 'odbc',
details: ODBCDetails,
},
Expand Down

0 comments on commit b734887

Please sign in to comment.