From f974669a7554ea8ae50ddb0269fb72f611513165 Mon Sep 17 00:00:00 2001 From: Johan Persson Date: Fri, 27 Mar 2026 14:16:19 +0100 Subject: [PATCH] chore: add PR #33552 to patch release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependency for PR #33614 — the showPaginationLabel field was added to PaginationOptions after v1.49.0, causing a cherry-pick conflict when applying #33614 to the patch branch. Signed-off-by: Johan Persson --- .patches/pr-33552.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .patches/pr-33552.txt diff --git a/.patches/pr-33552.txt b/.patches/pr-33552.txt new file mode 100644 index 0000000000..562c06fc53 --- /dev/null +++ b/.patches/pr-33552.txt @@ -0,0 +1 @@ +Add showPaginationLabel prop to TablePagination \ No newline at end of file