Add ability to restart

This commit is contained in:
ElMoribond
2021-07-06 06:59:33 -05:00
committed by Blake Blackshear
parent a1b0f48742
commit 203c063119
+1 -1
View File
@@ -70,7 +70,7 @@ export default function AppBar() {
title="Restart Frigate"
text="Are you sure ?"
actions={[
{ text: 'Yes' color: 'red', onClick: handleClickRestartDialog },
{ text: 'Yes', color: 'red', onClick: handleClickRestartDialog },
{ text: 'Cancel', onClick: handleDismissRestartDialog },
]}
/>