Skip to content

Commit

Permalink
Fix demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jul 2, 2023
1 parent 2d30ef0 commit 32697da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor Changes

- af6ccfb: Added useExpand hook, that hook provided isExpanded state, and expand() handle.
- af6ccfb: Added useExpand hook, that hook provided isExpanded state, and expand() handle. Remove unsafe_useExpand

## 1.10.1

Expand Down
2 changes: 1 addition & 1 deletion demo/src/ExpandDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ExpandDemo = () => {

return (
<>
<Typography.Title level={3}>unsafe_useExpand</Typography.Title>
<Typography.Title level={3}>useExpand</Typography.Title>
<Form
labelCol={{ span: 6 }}
name="ExpandDemo"
Expand Down

0 comments on commit 32697da

Please sign in to comment.