Skip to content

Commit

Permalink
Merge 8f8a592 into c3213ef
Browse files Browse the repository at this point in the history
  • Loading branch information
earlyriser committed Mar 17, 2020
2 parents c3213ef + 8f8a592 commit f588523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/file.js
Expand Up @@ -77,7 +77,7 @@ class FileSelect extends React.PureComponent {
properties
})

if (value != null)
if (!blank(value))
this.handleChange(value)
}

Expand Down

0 comments on commit f588523

Please sign in to comment.