mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Fix prop typo
Fix prop typo. See: https://www.patternfly.org/2020.04/documentation/react/components/select#props
This commit is contained in:
parent
ddb1d12a79
commit
dee0b61bc2
@ -56,7 +56,7 @@ function PlaybookSelect({
|
||||
onToggle={setIsOpen}
|
||||
placeholderText={t`Select a playbook`}
|
||||
typeAheadAriaLabel={t`Select a playbook`}
|
||||
isCreateable={false}
|
||||
isCreatable={false}
|
||||
onSelect={(event, value) => {
|
||||
setIsOpen(false);
|
||||
onChange(value);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user