mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
fix: pagination for apiEndpoints table (#20859)
This commit is contained in:
parent
c092735fce
commit
6484401eef
@ -167,8 +167,8 @@ function APIEndpointsTab({
|
|||||||
);
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getAPICollectionEndpoints();
|
getAPICollectionEndpoints({ paging: { limit: pageSize } });
|
||||||
}, [apiCollection]);
|
}, [apiCollection, pageSize]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TableAntd
|
<TableAntd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user