From a81f6d1b245e5de2cbdbb1f63aeceb68bf96f407 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Wed, 12 Nov 2025 14:36:30 +0800 Subject: [PATCH] Fix: Bug Fixes - Added disabled logic RAPTOR scope #10703 (#11207) ### What problem does this PR solve? Fix: Bug Fixes #10703 - Fixed the menu order in the user center - Added a disabled RAPTOR scope - Fixed some style issues ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/components/originui/select-with-search.tsx | 4 ++-- .../components/parse-configuration/raptor-form-fields.tsx | 2 +- web/src/locales/en.ts | 8 ++++---- web/src/pages/admin/login.tsx | 2 +- web/src/pages/user-setting/sidebar/index.tsx | 8 ++++---- web/src/routes.ts | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/web/src/components/originui/select-with-search.tsx b/web/src/components/originui/select-with-search.tsx index 4a1e1e74e..595844f49 100644 --- a/web/src/components/originui/select-with-search.tsx +++ b/web/src/components/originui/select-with-search.tsx @@ -149,13 +149,13 @@ export const SelectWithSearch = forwardRef< {selectLabel} ) : ( - {placeholder} + {placeholder} )}