Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit committed Oct 2, 2024
1 parent 7bd0bc4 commit 9203dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const KeyParameters = ({ formProps }: { formProps: UseFormPropsType }) => {
max={300}
min={0}
{...register('altitude_from_ground', {
required: 'Altitude From Round is Required',
required: 'Altitude From ground is Required',
valueAsNumber: true,
max: {
value: 300,
Expand Down

0 comments on commit 9203dd6

Please sign in to comment.