Merge pull request #7888 from nixocio/ui_remove_undefined_prop

Remove undefined prop from SelectedList call

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-08-12 13:14:26 +00:00
committed by GitHub

View File

@@ -49,7 +49,6 @@ function OptionsList({
<SelectedList
label={i18n._(t`Selected`)}
selected={value}
showOverflowAfter={5}
onRemove={item => deselectItem(item)}
isReadOnly={readOnly}
renderItemChip={renderItemChip}