File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
organisms/Modals/ModalAlert Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 " plugin:import/recommended" ,
1919 " plugin:import/typescript" ,
2020 " plugin:promise/recommended" ,
21- " plugin:jsx-a11y/recommended" ,
21+ // "plugin:jsx-a11y/recommended",
2222 " plugin:react/recommended" ,
2323 " plugin:react/jsx-runtime" ,
2424 " plugin:react-hooks/recommended" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ export function Btn({
8989 >
9090 < Ripples color = { touchColor } >
9191 < Button
92+ autoFocus = { false }
9293 aria-label = { ariaLabel }
9394 id = { id }
9495 role = { role }
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export function BtnLink({
4444 return (
4545 < Box
4646 as = { as }
47+ autoFocus = { false }
4748 aria-label = { ariaLabel }
4849 id = { id }
4950 role = { role }
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export const ModalAlertNew = ({
9393export const ModalAlertButtons = ( { children } : { children : React . ReactNode } ) : JSX . Element => {
9494 return (
9595 < Box
96+ autoFocus = { false }
9697 display = "flex"
9798 w = "100%"
9899 borderTop = { `1px solid ${ vars ( 'colors-neutral-platinum' ) } ` }
You can’t perform that action at this time.
0 commit comments