From a7ffe5a35300432d2822545b6073e54ae5490066 Mon Sep 17 00:00:00 2001 From: Anurag Singh Date: Tue, 25 Mar 2025 09:15:39 +0500 Subject: [PATCH] feat: add getPaginationState prop to RunsTable component --- src/components/run/RunsTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/run/RunsTable.tsx b/src/components/run/RunsTable.tsx index b976054d..cd23fbf8 100644 --- a/src/components/run/RunsTable.tsx +++ b/src/components/run/RunsTable.tsx @@ -424,6 +424,7 @@ export const RunsTable: React.FC = ({ abortRunHandler, handleDelete, accordionSortConfigs, + getPaginationState, ] );