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

Submodule nearlexpressbuild updated: 11b027379b...808807828a

View File

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