fix: parse download progress

This commit is contained in:
jialin
2024-09-11 16:12:25 +08:00
parent 30e4e1aa1e
commit 3f92ea3b24
7 changed files with 47 additions and 86 deletions
@@ -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>
+1 -1
View File
@@ -29,7 +29,7 @@ const { Column } = Table;
const ActionList = [
{
label: 'resources.button.edittags',
label: 'common.button.edit',
key: 'edit',
icon: <TagsOutlined />
},