- minor fix to spelling

This commit is contained in:
2025-12-12 09:14:03 +00:00
parent dbaeffe246
commit dcc58d527a

View File

@@ -183,7 +183,7 @@ 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={"UTC"}>UTC</option>
<option value={"local"}>Local</option>
<option value={"LOCAL"}>Local</option>
</Field>
</FormGroup>
<FormGroup>