mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Update message
This commit is contained in:
parent
0985504c29
commit
4036c9c652
@ -203,11 +203,11 @@ export default function EventView({
|
|||||||
)
|
)
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
if (resp.status == 200) {
|
if (resp.status == 200) {
|
||||||
toast.success("Successfully started export", {
|
toast.success("Export in progress.", {
|
||||||
position: "top-center",
|
position: "top-center",
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
toast.error("Failed to start export", { position: "top-center" });
|
toast.error("Failed to start export.", { position: "top-center" });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user