mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Remove unused disabled prop
This commit is contained in:
parent
f4ba87ea4f
commit
4b4e57889e
@ -23,7 +23,6 @@ const CheckboxListItem = ({
|
||||
rowIndex,
|
||||
isSelected,
|
||||
onSelect: isSelected ? onDeselect : onSelect,
|
||||
disable: isDisabled,
|
||||
variant: isRadio ? 'radio' : 'checkbox',
|
||||
}}
|
||||
name={name}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user