This commit is contained in:
Dunemask 2022-07-12 22:07:44 +00:00
parent 766610d14c
commit fd71714fc0
11 changed files with 56 additions and 50 deletions

View file

@ -17,7 +17,6 @@ import DialogTitle from "@mui/material/DialogTitle";
import ReplayIcon from "@mui/icons-material/Replay";
export default function Failing() {
const { state: jobState, retryAll, activeJobStates } = useContext(JobContext);