feat: improve channel resilience and operations
This commit is contained in:
@@ -114,7 +114,7 @@ export function AdminEnterpriseBlacklistPage() {
|
||||
<Select
|
||||
label="状态"
|
||||
onChange={(event) => setStatus(event.target.value)}
|
||||
options={[{ label: '全部状态', value: 'all' }, { label: '生效中', value: 'active' }, { label: '已删除', value: 'deleted' }]}
|
||||
options={[{ label: '全部状态', value: 'all' }, { label: '生效中', value: 'active' }]}
|
||||
value={status}
|
||||
/>
|
||||
<div className="admin-security-filter__actions">
|
||||
|
||||
Reference in New Issue
Block a user