Add initial value for this.state.deleteChecked in DownloadLink
This commit is contained in:
parent
6ea5e41368
commit
f8ae201e76
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ export let DownloadLink = React.createClass({
|
||||||
filePath: null,
|
filePath: null,
|
||||||
modal: null,
|
modal: null,
|
||||||
menuOpen: false,
|
menuOpen: false,
|
||||||
|
deleteChecked: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
closeModal: function() {
|
closeModal: function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue