Skip to content

Commit 970cfda

Browse files
committed
docs: update content
1 parent 713f57a commit 970cfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/docs/content/components/modal.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const [visible, setVisible] = useState(false)
131131
return (
132132
<>
133133
<CButton onClick={() => setVisible(!visible)}>Launch static backdrop modal</CButton>
134-
<CModal visible={visible} onClose={() => setVisible(false)}>
134+
<CModal backdrop="static" visible={visible} onClose={() => setVisible(false)}>
135135
<CModalHeader>
136136
<CModalTitle>Modal title</CModalTitle>
137137
</CModalHeader>

0 commit comments

Comments
 (0)