Skip to content

Commit

Permalink
SDESK-5961 ADD: While creating new location from event, save button i…
Browse files Browse the repository at this point in the history
…s not activated.
  • Loading branch information
dev-tsoni committed May 12, 2021
1 parent f9cc3a6 commit 23bd3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/GeoLookupInput/CreateNewGeoLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class CreateNewGeoLookup extends React.Component<IProps, IState> {
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,
});
}
Expand Down

0 comments on commit 23bd3f3

Please sign in to comment.