Update cards block filter limit to 5
This commit is contained in:
parent
50929b1d90
commit
9f3bee6f55
|
@ -98,7 +98,7 @@
|
|||
})
|
||||
}
|
||||
})
|
||||
return enrichedColumns.slice(0, 3)
|
||||
return enrichedColumns.slice(0, 5)
|
||||
}
|
||||
|
||||
// Builds a full details page URL for the card title
|
||||
|
|
Loading…
Reference in New Issue