Skip to content

Commit

Permalink
Fix influx connector
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Feb 7, 2022
1 parent 0d45054 commit b5a3ddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
33 changes: 0 additions & 33 deletions ui/connectors/InfluxDetails.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions ui/connectors/index.ts
Expand Up @@ -4,7 +4,6 @@ import { CassandraDetails } from './CassandraDetails';
import { ElasticsearchDetails } from './ElasticsearchDetails';
import { FluxDetails } from './FluxDetails';
import { GenericDetails, GenericNoDatabaseDetails } from './GenericDetails';
import { InfluxDetails } from './InfluxDetails';
import { SnowflakeDetails } from './SnowflakeDetails';
import { SQLiteDetails } from './SQLiteDetails';

Expand Down Expand Up @@ -93,7 +92,7 @@ export const VENDORS: {
influx: {
name: 'Influx (InfluxQL)',
id: 'influx',
details: InfluxDetails,
details: GenericDetails,
},
'influx-flux': {
name: 'Influx (Flux)',
Expand Down

0 comments on commit b5a3ddd

Please sign in to comment.