File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/docs/content/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -694,10 +694,10 @@ export const VerticallyCenteredScrollableExample = () => {
694
694
scrollable
695
695
visible={visible}
696
696
onClose={() => setVisible(false)}
697
- aria-labelledby="VerticallyCenteredScrollableExample "
697
+ aria-labelledby="VerticallyCenteredScrollableExample2 "
698
698
>
699
699
<CModalHeader>
700
- <CModalTitle id="VerticallyCenteredScrollableExample ">Modal title</CModalTitle>
700
+ <CModalTitle id="VerticallyCenteredScrollableExample2 ">Modal title</CModalTitle>
701
701
</CModalHeader>
702
702
<CModalBody>
703
703
<p>
@@ -747,10 +747,10 @@ return (
747
747
scrollable
748
748
visible={visible}
749
749
onClose={() => setVisible(false)}
750
- aria-labelledby="VerticallyCenteredScrollableExample "
750
+ aria-labelledby="VerticallyCenteredScrollableExample2 "
751
751
>
752
752
<CModalHeader>
753
- <CModalTitle id="VerticallyCenteredScrollableExample ">Modal title</CModalTitle>
753
+ <CModalTitle id="VerticallyCenteredScrollableExample2 ">Modal title</CModalTitle>
754
754
</CModalHeader>
755
755
<CModalBody>
756
756
<p>
You can’t perform that action at this time.
0 commit comments