- corrected sighting modal sizing and button locations for small screens
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user