Skip to content

Commit 5a44ddb

Browse files
committed
[Oracle] fix switch Oracle driver failed
1 parent 0864fed commit 5a44ddb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chat2db-client/src/components/ConnectionEdit/config/dataSource.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,16 +470,16 @@ export const dataSourceFormConfigs: IConnectionConfig[] = [
470470
labelTextAlign: 'right',
471471
selects: [
472472
{
473-
value: 'THIN',
473+
value: 'thin',
474474
label: 'thin',
475475
},
476476
{
477-
value: 'OCI',
477+
value: 'oci',
478478
label: 'oci',
479479
},
480480
{
481481

482-
value: 'OCI8',
482+
value: 'oci8',
483483
label: 'oci8',
484484
},
485485
],

0 commit comments

Comments
 (0)