We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0864fed commit 5a44ddbCopy full SHA for 5a44ddb
1 file changed
chat2db-client/src/components/ConnectionEdit/config/dataSource.ts
@@ -470,16 +470,16 @@ export const dataSourceFormConfigs: IConnectionConfig[] = [
470
labelTextAlign: 'right',
471
selects: [
472
{
473
- value: 'THIN',
+ value: 'thin',
474
label: 'thin',
475
},
476
477
- value: 'OCI',
+ value: 'oci',
478
label: 'oci',
479
480
481
482
- value: 'OCI8',
+ value: 'oci8',
483
label: 'oci8',
484
485
],
0 commit comments