Skip to content

Commit

Permalink
fix: remove commented out codes
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Nov 29, 2023
1 parent 9cd85c7 commit 3ddb8a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/views/Seedlot/CreateAClass/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ const CreateAClass = () => {
if (
seedlotFormData.locationCode.isInvalid
|| !seedlotFormData.locationCode.value
// || !validateLocationCodeMutation.isSuccess
) {
setInputValidation('locationCode', true);
// setInvalidLocationMessage(pageTexts.locCodeInput.invalidLocationValue);
focusById(seedlotFormData.locationCode.id);
return;
}
Expand Down

0 comments on commit 3ddb8a2

Please sign in to comment.