From 23bd3f3d021b4d8777cdac9e552b5d2fba333063 Mon Sep 17 00:00:00 2001 From: Tanuj Soni Date: Wed, 12 May 2021 13:14:23 +0530 Subject: [PATCH] SDESK-5961 ADD: While creating new location from event, save button is not activated. --- client/components/GeoLookupInput/CreateNewGeoLookup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/GeoLookupInput/CreateNewGeoLookup.tsx b/client/components/GeoLookupInput/CreateNewGeoLookup.tsx index d839aa85f..1621548c9 100644 --- a/client/components/GeoLookupInput/CreateNewGeoLookup.tsx +++ b/client/components/GeoLookupInput/CreateNewGeoLookup.tsx @@ -96,7 +96,7 @@ export class CreateNewGeoLookup extends React.Component { formInvalid: !item.location.name?.length || !item.location.address.line?.[0]?.length || !item.location.address.city?.length || - !item.location.address.country?.length, + !item.country, item: item, }); }