Skip to content

Commit b734887

Browse files
authored
Add beta markers, google sheets not beta (#290)
1 parent 61e0e29 commit b734887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/connectors/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const VENDORS: {
125125
details: CassandraDetails,
126126
},
127127
mongo: {
128-
name: 'MongoDB',
128+
name: 'MongoDB (Beta)',
129129
id: 'mongo',
130130
details: GenericDetails,
131131
},
@@ -140,7 +140,7 @@ export const VENDORS: {
140140
details: AirtableDetails,
141141
},
142142
'google-sheets': {
143-
name: 'Google Sheets (Beta)',
143+
name: 'Google Sheets',
144144
id: 'google-sheets',
145145
details: GoogleSheetsDetails,
146146
},
@@ -150,7 +150,7 @@ export const VENDORS: {
150150
details: Neo4jDetails,
151151
},
152152
odbc: {
153-
name: 'ODBC',
153+
name: 'ODBC (Beta)',
154154
id: 'odbc',
155155
details: ODBCDetails,
156156
},

0 commit comments

Comments
 (0)