mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 19:37:52 +00:00
Fix typo
This commit is contained in:
parent
7ca9acaf3a
commit
9dbc4b085b
@ -5551,14 +5551,14 @@ async function showModalAndWait(type, data) {
|
||||
|
||||
const labelButton3 = modal.querySelector('#transactionsButtonLabel')
|
||||
if (labelButton3) {
|
||||
labelButton1.addEventListener('click', () => {
|
||||
labelButton3.addEventListener('click', () => {
|
||||
this.shadowRoot.getElementById('transactionsButton').click()
|
||||
})
|
||||
}
|
||||
|
||||
const checkbox3 = modal.querySelector('#transactionsButton')
|
||||
if (checkbox3) {
|
||||
checkbox1.addEventListener('click', (e) => {
|
||||
checkbox3.addEventListener('click', (e) => {
|
||||
if (e.target.checked) {
|
||||
window.parent.reduxStore.dispatch(window.parent.reduxAction.removeQAPPAutoTransacions(false))
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user