Skip to content

Commit

Permalink
Merge pull request #7888 from nixocio/ui_remove_undefined_prop
Browse files Browse the repository at this point in the history
Remove undefined prop from SelectedList call

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 12, 2020
2 parents 025a979 + aace8f5 commit 0adb9cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awx/ui_next/src/components/OptionsList/OptionsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function OptionsList({
<SelectedList
label={i18n._(t`Selected`)}
selected={value}
showOverflowAfter={5}
onRemove={item => deselectItem(item)}
isReadOnly={readOnly}
renderItemChip={renderItemChip}
Expand Down

0 comments on commit 0adb9cf

Please sign in to comment.