mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-22 19:49:25 +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) => {
|
||||
countries = data;
|
||||
});
|
||||
|
||||
handler.onChange((state) => loadData(state));
|
||||
handler.invalidate();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue