mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-10 21:05:00 +00:00
Call handler after loadFees return the data
This commit is contained in:
parent
48fe09c1cb
commit
009faa6aa8
1 changed files with 2 additions and 3 deletions
|
@ -53,13 +53,12 @@
|
||||||
}),
|
}),
|
||||||
{}
|
{}
|
||||||
);
|
);
|
||||||
|
handler.onChange((state) => loadData(state));
|
||||||
|
handler.invalidate();
|
||||||
});
|
});
|
||||||
loadCountries().then((data) => {
|
loadCountries().then((data) => {
|
||||||
countries = data;
|
countries = data;
|
||||||
});
|
});
|
||||||
|
|
||||||
handler.onChange((state) => loadData(state));
|
|
||||||
handler.invalidate();
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue