- addressed bugs flagged by BR
This commit is contained in:
@@ -31,7 +31,7 @@ const updateCamerasideConfig = async (data: { id: string | number; friendlyName:
|
||||
method: "POST",
|
||||
body: JSON.stringify(updateConfigPayload),
|
||||
});
|
||||
if (!response.ok) throw new Error("Feature unavailable: Coming soon");
|
||||
if (!response.ok) throw new Error("Please make sure fields are filled in correctly");
|
||||
};
|
||||
|
||||
export const useFetchCameraConfig = (cameraSide: string) => {
|
||||
|
||||
Reference in New Issue
Block a user