fix: downloading items display error
This commit is contained in:
@@ -37,7 +37,7 @@ const UpdateLabels: React.FC<ViewModalProps> = (props) => {
|
||||
|
||||
return (
|
||||
<Modal
|
||||
title={intl.formatMessage({ id: 'resources.button.edittags' })}
|
||||
title={intl.formatMessage({ id: 'resources.button.edit' })}
|
||||
open={open}
|
||||
centered={true}
|
||||
onCancel={onCancel}
|
||||
|
||||
@@ -10,10 +10,10 @@ import useTableSort from '@/hooks/use-table-sort';
|
||||
import { convertFileSize, handleBatchRequest } from '@/utils';
|
||||
import {
|
||||
DeleteOutlined,
|
||||
EditOutlined,
|
||||
InfoCircleOutlined,
|
||||
PlusOutlined,
|
||||
SyncOutlined,
|
||||
TagsOutlined
|
||||
SyncOutlined
|
||||
} from '@ant-design/icons';
|
||||
import { useIntl } from '@umijs/max';
|
||||
import { Button, Input, Space, Table, Tooltip, message } from 'antd';
|
||||
@@ -31,7 +31,7 @@ const ActionList = [
|
||||
{
|
||||
label: 'common.button.edit',
|
||||
key: 'edit',
|
||||
icon: <TagsOutlined />
|
||||
icon: <EditOutlined />
|
||||
},
|
||||
{
|
||||
label: 'common.button.delete',
|
||||
|
||||
Reference in New Issue
Block a user