We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d80ae commit 0971ea5Copy full SHA for 0971ea5
1 file changed
frontend/src/views/system/parameter/index.vue
@@ -26,7 +26,7 @@ const loadData = () => {
26
item.pkey?.startsWith('login') ||
27
item.pkey?.startsWith('platform')
28
) {
29
- if (item.pkey !== 'chat.sqlbot_name') {
+ if (item.pkey === 'chat.sqlbot_name') {
30
if (item.pval && item.pval.trim().length > 0) {
31
state.parameterForm[item.pkey] = item.pval
32
}
0 commit comments