mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fixes bug where users were unable to click on text next to checkboxes in modals
This commit is contained in:
parent
4e129d3d04
commit
f4ba87ea4f
@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
|
||||
import { withRouter, useLocation } from 'react-router-dom';
|
||||
import { t } from '@lingui/macro';
|
||||
import useRequest from '../../util/useRequest';
|
||||
|
||||
import { SearchColumns, SortColumns } from '../../types';
|
||||
import DataListToolbar from '../DataListToolbar';
|
||||
import CheckboxListItem from '../CheckboxListItem';
|
||||
|
||||
@ -4,7 +4,6 @@ import { t } from '@lingui/macro';
|
||||
import { Td, Tr } from '@patternfly/react-table';
|
||||
|
||||
const CheckboxListItem = ({
|
||||
isDisabled = false,
|
||||
isRadio = false,
|
||||
isSelected = false,
|
||||
itemId,
|
||||
|
||||
@ -9,7 +9,6 @@ import {
|
||||
oneOfType,
|
||||
} from 'prop-types';
|
||||
import styled from 'styled-components';
|
||||
|
||||
import { t } from '@lingui/macro';
|
||||
import SelectedList from '../SelectedList';
|
||||
import CheckboxListItem from '../CheckboxListItem';
|
||||
@ -41,7 +40,6 @@ function OptionsList({
|
||||
deselectItem,
|
||||
renderItemChip,
|
||||
isLoading,
|
||||
|
||||
displayKey,
|
||||
}) {
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user