This commit is contained in:
Cássio Zen 2016-07-28 15:47:35 -03:00
parent 94f5caaaf7
commit a9106b00b0

View File

@ -79,7 +79,7 @@ export default class ImageControl extends React.Component {
onDrop={this.handleChange} onDrop={this.handleChange}
> >
<span onClick={this.handleClick}> <span onClick={this.handleClick}>
{imageName ? imageName : 'Click or drop imag here.'} {imageName ? imageName : 'Click or drop image here.'}
</span> </span>
<input <input
type="file" type="file"