mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +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,
|
||||
fileList: uniqBy(
|
||||
this.state.fileList.concat(fileList.map(fileToObject)),
|
||||
(item: UploadFile) => item.uid !== undefined
|
||||
(item: UploadFile) => item.uid !== undefined,
|
||||
),
|
||||
});
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user