09012024
This commit is contained in:
@@ -254,9 +254,11 @@ const Createclient = () => {
|
||||
opentoast('Fill post code')
|
||||
} else if (!suburb) {
|
||||
opentoast('Fill suburb')
|
||||
} else if (!emailaddress) {
|
||||
opentoast('Fill emailaddress')
|
||||
} else if (!latlong.lat || !latlong.lng) {
|
||||
}
|
||||
// else if (!emailaddress) {
|
||||
// opentoast('Fill emailaddress')
|
||||
// }
|
||||
else if (!latlong.lat || !latlong.lng) {
|
||||
opentoast('Choose valid address')
|
||||
} else {
|
||||
let obj = {
|
||||
|
||||
Reference in New Issue
Block a user