forked from Github/frigate
Add ability to restart
This commit is contained in:
committed by
Blake Blackshear
parent
9ee2e776fa
commit
bb3ba2d572
@@ -40,7 +40,7 @@ export default function AppBar() {
|
||||
setShowDialog(false);
|
||||
setShowDialogWait(true);
|
||||
sendRestart();
|
||||
}, [setShowDialog]);
|
||||
}, [setShowDialog]); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
|
||||
const handleDismissRestartDialog = () => {
|
||||
setShowDialog(false);
|
||||
|
||||
Reference in New Issue
Block a user