Add setting balanceRef for card page to be "" after adding/updating card

This commit is contained in:
qowevisa 2024-11-23 20:28:35 +02:00
parent 4cbe3fe0f9
commit 2462dce25a

View File

@ -64,6 +64,9 @@
name: "", name: "",
}; };
} }
if (balanceRef) {
balanceRef.value = "";
}
} }
} }