This commit is contained in:
Kakabay 2024-03-27 15:51:24 +05:00
parent 3ded1b1110
commit 9772c262d6
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ const AcceptStage = ({
});
const onSubmit = (data) => {
console.log(data);
// console.log(data);
};
return (

View File

@ -45,7 +45,7 @@ const BorrowerInfo = ({ setStage, isGuranter, borrowerData }) => {
});
const onSubmit = (data) => {
console.log(data);
// console.log(data);
};
return borrowerData ? (