ElMoribond преди 3 години
родител
ревизия
e1b341788d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/src/AppBar.jsx

+ 1 - 1
web/src/AppBar.jsx

@@ -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 },
           ]}
         />