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"
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user