Skip to content

Commit

Permalink
fix(useAntdTable): 修复动态设置 ready 失效的 bug (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
guaijie authored Mar 13, 2024
1 parent 256a753 commit 15afaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hooks/src/useAntdTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const useAntdTable = <TData extends Data, TParams extends Params>(
} = options;

const result = usePagination<TData, TParams>(service, {
ready,
manual: true,
...rest,
onSuccess(...args) {
Expand Down

0 comments on commit 15afaa6

Please sign in to comment.