Skip to content

Commit

Permalink
Merge branch 'v2' into alpha [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 21, 2024
2 parents b29d1ed + db02e97 commit 019704d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/react-formiga-table",
"version": "1.9.0-alpha.3",
"version": "1.8.3",
"engines": {
"node": "20.5.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/components/InfiniteTable/InfiniteTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ const InfiniteTableComp = forwardRef<InfiniteTableRef, InfiniteTableProps>(
selectedRowKeys,
columnsPersistedStateRef,
memoizedOnRowStatus,
updateSelectedRowKeys,
applyAutoFitState,
scrollToSavedPosition,
],
Expand Down

0 comments on commit 019704d

Please sign in to comment.