Add ability to restart

This commit is contained in:
ElMoribond
2021-07-06 07:36:37 -05:00
committed by Blake Blackshear
parent 04c8b089a5
commit e1b341788d
+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 },
]}
/>