mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
improved user experience
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ export default function AppBar() {
|
||||
<MenuItem icon={FrigateRestartIcon} label="Restart Frigate" onSelect={handleRestart} />
|
||||
</Menu>
|
||||
) : null}
|
||||
<DialogRestart showDialog={showDialogRestart} setShowDialog={setShowDialogRestart} />
|
||||
<DialogRestart show={showDialogRestart} setShow={setShowDialogRestart} />
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user