- corrected sighting modal sizing and button locations for small screens

This commit is contained in:
2025-10-07 15:42:06 +01:00
parent d009d17706
commit 5b5ab4a75a
2 changed files with 41 additions and 5 deletions

View File

@@ -41,10 +41,11 @@ export const useCameraBlackboard = () => {
value: options?.value,
}),
onError: (error) => {
toast.error(`cannot get data: ${error.message}`, {
toast.error(`${error.message}`, {
id: "viewBlackboardData",
});
},
onSuccess: () => toast.success("Sighting successfully added to alert list"),
});
useEffect(() => {