Update cards block filter limit to 5

This commit is contained in:
Andrew Kingston 2022-07-13 12:54:04 +01:00
parent 50929b1d90
commit 9f3bee6f55
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
})
}
})
return enrichedColumns.slice(0, 3)
return enrichedColumns.slice(0, 5)
}
// Builds a full details page URL for the card title