mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(scans): change label for next scan (#6725)
This commit is contained in:
@@ -124,7 +124,7 @@ export const ColumnGetScans: ColumnDef<ScanProps>[] = [
|
||||
},
|
||||
{
|
||||
accessorKey: "next_scan_at",
|
||||
header: "Scheduled at",
|
||||
header: "Next scan",
|
||||
cell: ({ row }) => {
|
||||
const {
|
||||
attributes: { next_scan_at },
|
||||
|
||||
Reference in New Issue
Block a user