Add setting balanceRef for card page to be "" after adding/updating card
This commit is contained in:
parent
4cbe3fe0f9
commit
2462dce25a
|
@ -64,6 +64,9 @@
|
||||||
name: "",
|
name: "",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
if (balanceRef) {
|
||||||
|
balanceRef.value = "";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user