Browse Source

Add ability to restart

ElMoribond 3 years ago
parent
commit
e1b341788d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/AppBar.jsx

+ 1 - 1
web/src/AppBar.jsx

@@ -70,7 +70,7 @@ export default function AppBar() {
           title="Restart Frigate"
           title="Restart Frigate"
           text="Are you sure ?"
           text="Are you sure ?"
           actions={[
           actions={[
-            { text: 'Yes' color: 'red', onClick: handleClickRestartDialog },
+            { text: 'Yes', color: 'red', onClick: handleClickRestartDialog },
             { text: 'Cancel', onClick: handleDismissRestartDialog },
             { text: 'Cancel', onClick: handleDismissRestartDialog },
           ]}
           ]}
         />
         />