diff --git a/web/src/components/modals/index.tsx b/web/src/components/modals/index.tsx index b8dba1d..0a49f4a 100644 --- a/web/src/components/modals/index.tsx +++ b/web/src/components/modals/index.tsx @@ -163,7 +163,6 @@ export const ForceRunModal: FC = (props: ForceRunModalProps) as="div" static className="fixed z-10 inset-0 overflow-y-auto" - initialFocus={props.buttonRef} open={props.isOpen} onClose={handleClose} > @@ -183,6 +182,7 @@ export const ForceRunModal: FC = (props: ForceRunModalProps)
- +