improved user experience

This commit is contained in:
ElMoribond
2021-07-13 08:57:27 +02:00
committed by GitHub
parent 48700a4051
commit a9894ff1f6
+1 -1
View File
@@ -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>
);
}