feat: add getPaginationState prop to RunsTable component

This commit is contained in:
Anurag Singh
2025-03-25 09:15:39 +05:00
parent d5ac10dc45
commit a7ffe5a353

View File

@@ -424,6 +424,7 @@ export const RunsTable: React.FC<RunsTableProps> = ({
abortRunHandler,
handleDelete,
accordionSortConfigs,
getPaginationState,
]
);