Skip to content

Commit bcd758d

Browse files
committed
fix: remove sqlite datasource
1 parent 3f3dc08 commit bcd758d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

frontend/src/views/ds/js/ds-type.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import redshift from '@/assets/datasource/icon_redshift.png'
1010
import es from '@/assets/datasource/icon_es.png'
1111
import kingbase from '@/assets/datasource/icon_kingbase.png'
1212
import starrocks from '@/assets/datasource/icon_starrocks.png'
13-
import sqlite_icon from '@/assets/datasource/icon_sqlite.png'
1413
import hive_icon from '@/assets/datasource/icon_hive.png'
1514
import { i18n } from '@/i18n'
1615

@@ -28,7 +27,6 @@ export const dsType = [
2827
{ label: 'Elasticsearch', value: 'es' },
2928
{ label: 'Kingbase', value: 'kingbase' },
3029
{ label: 'StarRocks', value: 'starrocks' },
31-
{ label: 'SQLite', value: 'sqlite' },
3230
{ label: 'Apache Hive', value: 'hive' },
3331
]
3432

@@ -45,7 +43,6 @@ export const dsTypeWithImg = [
4543
{ name: 'Elasticsearch', type: 'es', img: es },
4644
{ name: 'Kingbase', type: 'kingbase', img: kingbase },
4745
{ name: 'StarRocks', type: 'starrocks', img: starrocks },
48-
{ name: 'SQLite', type: 'sqlite', img: sqlite_icon },
4946
{ name: 'Apache Hive', type: 'hive', img: hive_icon },
5047
]
5148

0 commit comments

Comments
 (0)