1 parent fd16720 commit 22840d4Copy full SHA for 22840d4
1 file changed
components/modal/demo/_semantic.tsx
@@ -72,7 +72,7 @@ const App: React.FC = () => {
72
{ name: 'close', desc: locale.close, version: '6.4.0' },
73
]}
74
>
75
- <BlockModal title="Title" closable={false} open getContainer={false} width={400}>
+ <BlockModal title="Title" open getContainer={false} width={400}>
76
<p>Some contents...</p>
77
</BlockModal>
78
</SemanticPreview>
0 commit comments