Amount now also self-resetts

ref #79
This commit is contained in:
Nicolai Ort 2021-02-24 20:56:32 +01:00
parent a880ed2b18
commit d2430badbe

View File

@ -61,6 +61,7 @@
.then((result) => {
donor = donors[0].id || 0;
runner = runners[0].id || 0;
amount_input=0;
modal_open = false;
//
Toastify({
@ -89,6 +90,7 @@
.then((result) => {
donor = donors[0].id || 0;
runner = runners[0].id || 0;
amount_input=0;
modal_open = false;
//
Toastify({