Fixed uncontrolled error
This commit is contained in:
parent
d6e7b814d4
commit
7cd5e3ed3f
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class ChecksumResolver extends React.Component {
|
||||||
this.state = {
|
this.state = {
|
||||||
checksum: '',
|
checksum: '',
|
||||||
fileName: 'input.aax',
|
fileName: 'input.aax',
|
||||||
|
activationBytes: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue