Skip to content

Commit e1e2e96

Browse files
committed
fixed publish to ipfs
1 parent 53a1ef4 commit e1e2e96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/remix-ide/src/app/tabs/runTab/contractDropdown.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ class ContractDropdownUI {
9494

9595
this.ipfsCheckbox = yo`
9696
<input
97-
id="deployAndRunPublishToIPFS"
98-
data-id="contractDropdownIpfsCheckbox"
99-
class="form-check-input custom-control-input"
100-
type="checkbox"
101-
onchange=${() => this.toggleCheckedState.bind()}
97+
id="deployAndRunPublishToIPFS"
98+
data-id="contractDropdownIpfsCheckbox"
99+
class="form-check-input custom-control-input"
100+
type="checkbox"
101+
onchange=${() => this.toggleCheckedState()}
102102
>
103103
`
104104
if (this.ipfsCheckedState) this.ipfsCheckbox.checked = true

0 commit comments

Comments
 (0)