fix: single sorted field, remove token

This commit is contained in:
jialin
2025-12-22 10:10:35 +08:00
parent db45c861e4
commit 45efda7f1d
10 changed files with 59 additions and 25 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ const UserModels: React.FC = () => {
},
{
value: MyModelsStatusValueMap.Degrade,
color: 'var(--ant-color-error)',
color: 'var(--ant-color-warning)',
label: intl.formatMessage({
id: 'models.mymodels.status.degrade'
})