mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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:
commit
0adb9cfd45
@ -49,7 +49,6 @@ function OptionsList({
|
||||
<SelectedList
|
||||
label={i18n._(t`Selected`)}
|
||||
selected={value}
|
||||
showOverflowAfter={5}
|
||||
onRemove={item => deselectItem(item)}
|
||||
isReadOnly={readOnly}
|
||||
renderItemChip={renderItemChip}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user