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)
This commit is contained in:
chanx
2025-11-12 14:36:30 +08:00
committed by GitHub
parent 8406a5ea47
commit a81f6d1b24
6 changed files with 13 additions and 13 deletions

View File

@ -127,7 +127,7 @@ const RaptorFormFields = ({
</FormLabel>
<div className="w-3/4">
<FormControl>
<Radio.Group {...field}>
<Radio.Group {...field} disabled={!!data?.finish_at}>
<div className={'flex gap-4 w-full text-text-secondary '}>
<Radio value="dataset">{t('scopeDataset')}</Radio>
<Radio value="file">{t('scopeSingleFile')}</Radio>