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"
|
||||
autoFocus
|
||||
onChange={(x) => this.setChecksum(x.target.value)}
|
||||
onError={()=>{}}
|
||||
value={checksum}
|
||||
InputProps={{
|
||||
readOnly: false,
|
||||
|
|
Loading…
Reference in a new issue