@@ -17,7 +17,7 @@ class ImageUpload extends React.Component {
return;
}
- if (e.file.state === 'removed') {
+ if (info.file.status === 'removed') {
this.props.onChange();