mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Typo
This commit is contained in:
parent
edd53e3efb
commit
9c21b246ef
@ -74,7 +74,7 @@ export default function System() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const onCopyVainfo = async () => {
|
const onCopyVainfo = async () => {
|
||||||
copy(JSON.stringify(state.vaifp, null, 2));
|
copy(JSON.stringify(state.vainfo, null, 2));
|
||||||
setState({ ...state, vainfo: '', showVainfo: false });
|
setState({ ...state, vainfo: '', showVainfo: false });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user