mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
improved user experience
This commit is contained in:
parent
a9894ff1f6
commit
3d3aa4bed1
@ -36,7 +36,7 @@ export default function AppBar() {
|
|||||||
const handleRestart = useCallback(() => {
|
const handleRestart = useCallback(() => {
|
||||||
setShowMoreMenu(false);
|
setShowMoreMenu(false);
|
||||||
setShowDialog(true);
|
setShowDialog(true);
|
||||||
}, [setShowDialog]);
|
}, [showDialogRestart]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user