Add initial value for this.state.deleteChecked in DownloadLink

This commit is contained in:
Alex Liebowitz 2017-01-10 01:28:21 -05:00
parent 6ea5e41368
commit f8ae201e76

View file

@ -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() {