Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit a43316e

Browse files
peterdivvitornicholus
peterdivvito
authored andcommittedAug 30, 2017
fix(Gallery): no thumbnails when files are dropped
fixes #130
1 parent 3c90a5c commit a43316e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gallery/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Gallery extends Component {
5353
this._onStatusChange = (id, oldStatus, status) => {
5454
const visibleFiles = this.state.visibleFiles
5555

56-
if (status === statusEnum.SUBMITTING) {
56+
if (status === statusEnum.SUBMITTED) {
5757
visibleFiles.push({ id })
5858
this.setState({ visibleFiles })
5959
}

0 commit comments

Comments
 (0)
This repository has been archived.