Skip to content

Commit 15afaa6

Browse files
authored
fix(useAntdTable): 修复动态设置 ready 失效的 bug (#2489)
1 parent 256a753 commit 15afaa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hooks/src/useAntdTable/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const useAntdTable = <TData extends Data, TParams extends Params>(
2727
} = options;
2828

2929
const result = usePagination<TData, TParams>(service, {
30+
ready,
3031
manual: true,
3132
...rest,
3233
onSuccess(...args) {

0 commit comments

Comments
 (0)