fix: parse download progress
This commit is contained in:
@@ -99,6 +99,7 @@ const UpdateLabels: React.FC<ViewModalProps> = (props) => {
|
||||
id: 'resources.table.labels'
|
||||
})}
|
||||
labels={labels}
|
||||
btnText="common.button.addLabel"
|
||||
onChange={handleLabelsChange}
|
||||
></LabelSelector>
|
||||
</Form.Item>
|
||||
|
||||
@@ -29,7 +29,7 @@ const { Column } = Table;
|
||||
|
||||
const ActionList = [
|
||||
{
|
||||
label: 'resources.button.edittags',
|
||||
label: 'common.button.edit',
|
||||
key: 'edit',
|
||||
icon: <TagsOutlined />
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user