mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
improved user experience
This commit is contained in:
parent
48700a4051
commit
a9894ff1f6
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user