@@ -469,7 +469,7 @@ const getPayAmount = async (amountValue) => {
};
const confirm = () => {
- if (submitIng.value || iptErrMsgTxt) {
+ if (submitIng.value || iptErrMsgTxt.value) {
return;
}
let { totalCount = 0 } = baseFormData;