Skip to content

Commit

Permalink
Merge pull request #1576 from dev-tsoni/SDESK-5961-when-trying-to-add…
Browse files Browse the repository at this point in the history
…-new-location-from-event-save-button-is-not-activated

SDESK-5961 ADD: While creating new location from event, save button i…
  • Loading branch information
dev-tsoni authored May 13, 2021
2 parents f9cc3a6 + 23bd3f3 commit 1b27f30
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 1b27f30

Please sign in to comment.