Skip to content

Commit 4842dbe

Browse files
fix(PDYE-1395): auto focus false para modal base
1 parent 5baee5d commit 4842dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/organisms/Modals/Modal/Modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const Modal = ({
4040
motionPreset="scale"
4141
onClose={onClose}
4242
scrollBehavior={isInside ? 'inside' : 'outside'}
43+
autoFocus={false}
4344
>
4445
<ModalOverlay />
4546
<ChakraModalContent

0 commit comments

Comments
 (0)