Fix tslint errors
This commit is contained in:
parent
9cf305e71a
commit
a8af27bac3
@ -23,7 +23,7 @@ export class ImageUpload extends React.PureComponent<IImageUploadProps> {
|
|||||||
try {
|
try {
|
||||||
await this.handleChange(event)
|
await this.handleChange(event)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log('Error in handleChange', err)
|
// console.log('Error in handleChange', err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
handleChange = async (event: React.SyntheticEvent<HTMLInputElement>) => {
|
handleChange = async (event: React.SyntheticEvent<HTMLInputElement>) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user