Commit b804d5f6 authored by LianaHus's avatar LianaHus

fixed publish to ipfs

parent 172573f0
...@@ -94,11 +94,11 @@ class ContractDropdownUI { ...@@ -94,11 +94,11 @@ class ContractDropdownUI {
this.ipfsCheckbox = yo` this.ipfsCheckbox = yo`
<input <input
id="deployAndRunPublishToIPFS" id="deployAndRunPublishToIPFS"
data-id="contractDropdownIpfsCheckbox" data-id="contractDropdownIpfsCheckbox"
class="form-check-input custom-control-input" class="form-check-input custom-control-input"
type="checkbox" type="checkbox"
onchange=${() => this.toggleCheckedState.bind()} onchange=${() => this.toggleCheckedState()}
> >
` `
if (this.ipfsCheckedState) this.ipfsCheckbox.checked = true if (this.ipfsCheckedState) this.ipfsCheckbox.checked = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment