We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b4a6c commit 123e6b9Copy full SHA for 123e6b9
frontend/src/views/app-store/detail/params/index.vue
@@ -199,7 +199,7 @@ const updateParam = () => {
199
};
200
201
const isMysql = (form: Object, envKey: string) => {
202
- return envKey === 'PANEL_DB_TYPE' && (form[envKey] == 'mysql' || form[envKey] == 'mariadb');
+ return form['PANEL_DB_HOST'] != undefined && (form[envKey] == 'mysql' || form[envKey] == 'mariadb');
203
204
205
const handleParams = () => {
0 commit comments