Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chat-query-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
jaden
chat-query-app
Commits
68ab9fa7
Commit
68ab9fa7
authored
Mar 18, 2025
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oracle client name fix
parent
59cc9afd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
chat-query/components/import_modal.js
chat-query/components/import_modal.js
+1
-1
No files found.
chat-query/components/import_modal.js
View file @
68ab9fa7
...
...
@@ -469,7 +469,7 @@ export default function ImportModal({ showModal, onCloseModal, cb = _p => { }, t
password
:
auth
.
password
||
''
,
database
:
auth
.
databaseName
||
''
,
name
:
item
.
name
||
''
,
client
:
pluginsMap
[
item
.
pluginId
]?.
name
===
'
Oracle
'
?
'
oracle
'
:
'
mysql2
'
client
:
pluginsMap
[
item
.
pluginId
]?.
name
===
'
Oracle
'
?
'
oracle
db
'
:
'
mysql2
'
};
}));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment