mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
Fix tslint
This commit is contained in:
parent
47621acb6c
commit
763d32ac68
@ -198,7 +198,7 @@ export default class Upload extends React.Component<UploadProps, UploadState> {
|
|||||||
file,
|
file,
|
||||||
fileList: uniqBy(
|
fileList: uniqBy(
|
||||||
this.state.fileList.concat(fileList.map(fileToObject)),
|
this.state.fileList.concat(fileList.map(fileToObject)),
|
||||||
(item: UploadFile) => item.uid !== undefined
|
(item: UploadFile) => item.uid !== undefined,
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user