- 자금이체 페이지 List 초기화 문제 및 Cursor 유지 오류 수정

- KeyIn결제 page 수정
This commit is contained in:
HyeonJongKim
2025-10-20 11:25:15 +09:00
parent e2aa4f06ec
commit 0e8a5f0d89
18 changed files with 395 additions and 216 deletions

View File

@@ -54,7 +54,7 @@ export const FundAccountTransferRequestPage = () => {
const isFormValid = () => {
return (
mid.trim() !== '' &&
//bankCode.trim() !== '' &&
bankCode.trim() !== '' &&
accountNo.trim() !== '' &&
accountName.trim() !== '' &&
amount > 0 &&