increasing sizing
This commit is contained in:
@@ -46,7 +46,6 @@ export const useFetchCameraConfig = (cameraSide: string) => {
|
||||
onSuccess: () => toast("Settings Successfully saved"),
|
||||
});
|
||||
|
||||
console.log(fetchedConfigQuery.data);
|
||||
return {
|
||||
data: fetchedConfigQuery.data,
|
||||
isPending: fetchedConfigQuery.isPending,
|
||||
|
||||
Reference in New Issue
Block a user