We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ec20c commit 39f0d49Copy full SHA for 39f0d49
src/Components/WidgetModal.tsx
@@ -22,6 +22,7 @@ const WidgetModal = ({ steps }: AppProps) => {
22
onHide={() => setShow(false)}
23
dialogClassName='modal-bottom-right modal-fixed-size mb-0 mt-0'
24
aria-labelledby='example-custom-modal-styling-title'
25
+ aria-label='modal'
26
backdrop='static'
27
>
28
<Modal.Header closeButton>
0 commit comments