test: verify backup monitoring implementation

This commit is contained in:
2026-05-11 21:57:31 +02:00
parent 322b3d1a3b
commit a748512d22
6 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {
TableHead,
TableRow,
} from "@mui/material";
import { BackupJob, BackupRun } from "../types/backups";
import type { BackupJob, BackupRun } from "../types/backups";
interface Props {
jobs: BackupJob[];