From fe2ce6ef58f9b54de9fe6ce63f687f013f4dd0ee Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 25 Oct 2023 11:47:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89db2=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/form/option.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/option.ts b/core/core-frontend/src/views/visualized/data/datasource/form/option.ts index 47854cd4e0..9bbcd6cdeb 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/option.ts +++ b/core/core-frontend/src/views/visualized/data/datasource/form/option.ts @@ -85,12 +85,6 @@ export const dsTypes = [ catalog: 'OLAP', extraParams: '' }, - { - type: 'db2', - name: 'Db2', - catalog: 'OLTP', - extraParams: '' - }, { type: 'redshift', name: 'AWS Redshift',