Skip to content

Commit

Permalink
fix: typo and style
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Dec 4, 2023
1 parent f3ab370 commit 7689e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Seedlot/CreateAClass/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const CreateAClass = () => {
focusById(seedlotFormData.client.id);
return;
}
// Vaidate location code
// Validate location code
if (
seedlotFormData.locationCode.isInvalid
|| !seedlotFormData.locationCode.value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.title-row{
margin-top: 0.5rem;
margin-bottom: 3rem;
}

Expand Down

0 comments on commit 7689e2a

Please sign in to comment.