From 1c9da31f19f10c54daa7aca5ddba3d3c1ab4cf64 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Sat, 9 Nov 2024 07:07:47 +1100 Subject: [PATCH] Update .changeset/serious-penguins-remain.md Co-authored-by: Vincenzo Scamporlino Signed-off-by: Tyler Davis --- .changeset/serious-penguins-remain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/serious-penguins-remain.md b/.changeset/serious-penguins-remain.md index 613d2a7404..fc90b4ad01 100644 --- a/.changeset/serious-penguins-remain.md +++ b/.changeset/serious-penguins-remain.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog': minor --- -Allow CursorPaginatedCatalogTable and OffsetPaginatedCatalogTable to configure Table options, specifically `paginationPostition` +Allow `OffsetPaginatedCatalogTable` to configure Table options and `CursorPaginatedCatalogTable` to configure `paginationPosition`.