This commit is contained in:
Malai Raja
2024-01-05 14:26:25 +05:30
parent ba582a3331
commit da4b95297d
2 changed files with 6 additions and 4 deletions

View File

@@ -242,9 +242,11 @@ const Createclient = () => {
opentoast('Fill Full name')
} else if (!mobilenumber) {
opentoast('Fill Mobile Number')
} else if (!emailaddress) {
opentoast('Fill emailaddress')
} else if (!address) {
}
// else if (!emailaddress) {
// opentoast('Fill emailaddress')
// }
else if (!address) {
opentoast('Fill Address')
} else if (!city) {
opentoast('Fill City')