improved user experience

This commit is contained in:
ElMoribond 2021-07-13 08:57:27 +02:00 committed by GitHub
parent 48700a4051
commit a9894ff1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ export default function AppBar() {
<MenuItem icon={FrigateRestartIcon} label="Restart Frigate" onSelect={handleRestart} /> <MenuItem icon={FrigateRestartIcon} label="Restart Frigate" onSelect={handleRestart} />
</Menu> </Menu>
) : null} ) : null}
<DialogRestart showDialog={showDialogRestart} setShowDialog={setShowDialogRestart} /> <DialogRestart show={showDialogRestart} setShow={setShowDialogRestart} />
</Fragment> </Fragment>
); );
} }