diff --git a/web/src/AppBar.jsx b/web/src/AppBar.jsx index d631bac5b..37b73c9e0 100644 --- a/web/src/AppBar.jsx +++ b/web/src/AppBar.jsx @@ -35,7 +35,7 @@ export default function AppBar() { const handleRestart = useCallback(() => { setShowMoreMenu(false); - setShowDialog(true); + setShowDialogRestart(true); }, [showDialogRestart]); return (