Skip to content

Commit

Permalink
release: 0.4.23 (#209)
Browse files Browse the repository at this point in the history
* feat: add pagination for table

* release: 0.4.23
  • Loading branch information
ObservedObserver authored Nov 1, 2023
1 parent 49b01a0 commit 089b996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphic-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kanaries/graphic-walker",
"version": "0.4.22",
"version": "0.4.23",
"scripts": {
"dev:front_end": "vite --host",
"dev": "npm run dev:front_end",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const TabsList = styled.div`
align-items: stretch;
justify-content: stretch;
height: 100%;
overflow-y: scroll
overflow-y: scroll;
`;

const Tab = styled.div`
Expand Down

1 comment on commit 089b996

@vercel
Copy link

@vercel vercel bot commented on 089b996 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.