added onError for FilePicker
This commit is contained in:
parent
425abca6f2
commit
0b02da06ef
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ class ChecksumResolver extends React.Component {
|
||||||
autoComplete="checksum"
|
autoComplete="checksum"
|
||||||
autoFocus
|
autoFocus
|
||||||
onChange={(x) => this.setChecksum(x.target.value)}
|
onChange={(x) => this.setChecksum(x.target.value)}
|
||||||
|
onError={()=>{}}
|
||||||
value={checksum}
|
value={checksum}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
readOnly: false,
|
readOnly: false,
|
||||||
|
|
Loading…
Reference in a new issue