started redesign on dashbaord. changed vite basename to /Mobile, currently folkstone address
This commit is contained in:
@@ -15,7 +15,7 @@ const CameraSettings = ({ title, side }: { title: string; side: string }) => {
|
||||
console.log(updateCameraConfigError);
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card className="px-4 py-4">
|
||||
{isPending && <>Loading camera config</>}
|
||||
{isError && <>Error fetching camera config</>}
|
||||
<div className="relative flex flex-col space-y-3 h-full">
|
||||
|
||||
Reference in New Issue
Block a user