Remove unused disabled prop

This commit is contained in:
mabashian
2021-05-27 10:50:11 -04:00
parent f4ba87ea4f
commit 4b4e57889e

View File

@@ -23,7 +23,6 @@ const CheckboxListItem = ({
rowIndex, rowIndex,
isSelected, isSelected,
onSelect: isSelected ? onDeselect : onSelect, onSelect: isSelected ? onDeselect : onSelect,
disable: isDisabled,
variant: isRadio ? 'radio' : 'checkbox', variant: isRadio ? 'radio' : 'checkbox',
}} }}
name={name} name={name}