mirror of
https://github.com/audible-tools/audible-tools.github.io.git
synced 2026-01-23 07:10:47 +00:00
added onError for FilePicker
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user