Merged main into develop
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>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ const getAllBlackboardData = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const viewBlackboardData = async (options: CameraBlackBoardOptions) => {
|
const viewBlackboardData = async (options: CameraBlackBoardOptions) => {
|
||||||
const response = await fetch(`/${camBase}api/blackboard`, {
|
const response = await fetch(`${camBase}/api/blackboard`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
body: JSON.stringify(options),
|
body: JSON.stringify(options),
|
||||||
|
|||||||
Reference in New Issue
Block a user