[ISSUE #317] Removed useless topic cache

This commit is contained in:
Crazylychee
2025-06-24 15:21:57 +08:00
committed by GitHub
parent b43c7abe52
commit a5138eb0d8
11 changed files with 31 additions and 108 deletions

View File

@@ -488,7 +488,7 @@ const Acl = () => {
dataIndex: 'userStatus',
key: 'userStatus',
render: (status) => (
<Tag color={status=== 'enable' ? 'red' : 'green'}>{status}</Tag>
<Tag color={status=== 'enable' ? 'green' : 'red'}>{status}</Tag>
),
},
{