Skip to content

Commit c585047

Browse files
fix(PDYE-1395): auto focus modal alert new
1 parent 51e53f4 commit c585047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/organisms/Modals/ModalAlert/ModalAlert.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const ModalAlertNew = ({
3232
motionPreset="scale"
3333
onClose={onClose}
3434
closeOnEsc={type !== 'loading'}
35+
autoFocus={false}
3536
>
3637
<ModalOverlay />
3738
<ModalContent

0 commit comments

Comments
 (0)