We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0eafb commit c038629Copy full SHA for c038629
packages/docs/content/components/modal.mdx
@@ -105,7 +105,7 @@ return (
105
onClose={() => setVisible(false)}
106
aria-labelledby="LiveDemoExampleLabel"
107
>
108
- <CModalHeader onClose={() => setVisible(false)}>
+ <CModalHeader>
109
<CModalTitle id="LiveDemoExampleLabel">Modal title</CModalTitle>
110
</CModalHeader>
111
<CModalBody>
0 commit comments