mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
style: Use single quote
This commit is contained in:
parent
03e4411589
commit
cbaf54415e
@ -50,7 +50,7 @@ export default class Upload extends React.Component<UploadProps, UploadState> {
|
||||
let targetItem;
|
||||
let nextFileList = this.state.fileList.concat();
|
||||
targetItem = fileToObject(file);
|
||||
targetItem.status = "uploading";
|
||||
targetItem.status = 'uploading';
|
||||
nextFileList.push(targetItem);
|
||||
this.onChange({
|
||||
file: targetItem,
|
||||
|
Loading…
Reference in New Issue
Block a user