We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29823e9 commit f0bf153Copy full SHA for f0bf153
frontend/src/views/system/parameter/xpack/PlatformParam.vue
@@ -145,7 +145,7 @@ onMounted(async () => {
145
organizations.value = wsRes
146
const platformStatusRes: any = await queryCategoryStatus()
147
platformStatusRes.forEach((item: any) => {
148
- if (item.enable) {
+ if (item.enable && platformMapping[item.name]) {
149
loginTypeOptions.value.push(platformMapping[item.name])
150
anyPlatformEnable.value = true
151
}
0 commit comments