Skip to content

Commit 0759630

Browse files
committed
fix: remove resizable prop from modal example
1 parent 3e311bb commit 0759630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/examples/getContainer-false.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default () => {
5252
open={open}
5353
onClose={() => setOpen(false)}
5454
{...motionProps}
55-
resizable
5655
>
5756
<Menu
5857
defaultSelectedKeys={['1']}

0 commit comments

Comments
 (0)