- quick fix for bof2
This commit is contained in:
@@ -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"
|
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="">-- Select format --</option>
|
||||||
<option value={"Decimal degrees"}>Decimal degrees</option>
|
<option value={"Decimal Degrees"}>Decimal degrees</option>
|
||||||
<option value={"minutes"}>Minutes</option>
|
<option value={"Minutes"}>Minutes</option>
|
||||||
</Field>
|
</Field>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user