mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Fix saved message
This commit is contained in:
parent
d508088bd0
commit
81d6bc0d80
@ -29,7 +29,7 @@ export default function Config() {
|
|||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
setError('');
|
setError('');
|
||||||
setSuccess(response.data);
|
setSuccess(response.data.message);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user