fix(usage): remove the delete tag of models and users in tokens tab

This commit is contained in:
jialin
2026-07-07 20:37:39 +08:00
committed by jialin
parent 32fab0fa62
commit bd4954f161
2 changed files with 0 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

@@ -217,8 +217,6 @@ const FilterBar: React.FC<FilterBarProps> = (props) => {
<AutoTooltip ghost>{data.label}</AutoTooltip>
{data.isCurrent &&
renderTag(intl.formatMessage({ id: 'usage.user.currentAccount' }))}
{data.deleted &&
renderTag(intl.formatMessage({ id: 'usage.table.deleted' }))}
</span>
);
};
@@ -253,7 +251,6 @@ const FilterBar: React.FC<FilterBarProps> = (props) => {
wrapper: { flex: 1, maxWidth: 400, minWidth: 200 }
}}
value={selectedRoutes}
optionLabelRender={singleOptionRender}
onChange={onRoutesChange}
/>
{canManageUsers && (