Skip to content

Commit

Permalink
fix: Pass urlConnected after withTableParams
Browse files Browse the repository at this point in the history
  • Loading branch information
mfanselmo committed Oct 11, 2024
1 parent bf9a7f1 commit 0cc8988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/DataTable/utils/withTableParams.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ export const useTableParams = props => {
}),
currentParams,
selectedEntities,
tableParams
tableParams,
urlConnected
};
};

Expand Down

0 comments on commit 0cc8988

Please sign in to comment.