forked from Github/frigate
feat(web): detect, clips, snapshots toggles
This commit is contained in:
committed by
Blake Blackshear
parent
e399790442
commit
b6ba6459fb
@@ -14,7 +14,7 @@ export default function Debug() {
|
||||
const { data: config } = useConfig();
|
||||
|
||||
const {
|
||||
value: { stats },
|
||||
value: { payload: stats },
|
||||
} = useMqtt('stats');
|
||||
const { data: initialStats } = useStats();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user