Fix prop typo

Fix prop typo.

See: https://www.patternfly.org/2020.04/documentation/react/components/select#props
This commit is contained in:
nixocio 2021-05-07 11:13:07 -04:00
parent ddb1d12a79
commit dee0b61bc2

View File

@ -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);