- quick fix for bof2

This commit is contained in:
2025-11-04 11:45:54 +00:00
parent 010a9fb59d
commit 18e4d1dcff

View File

@@ -173,8 +173,8 @@ const ChannelFields = ({ touched, isSubmitting, format }: ChannelFieldsProps) =>
className="p-2 border border-gray-400 rounded-lg text-white bg-[#253445] w-full md:w-60"
>
<option value="">-- Select format --</option>
<option value={"Decimal degrees"}>Decimal degrees</option>
<option value={"minutes"}>Minutes</option>
<option value={"Decimal Degrees"}>Decimal degrees</option>
<option value={"Minutes"}>Minutes</option>
</Field>
</FormGroup>
</>