Merge pull request #10141 from nixocio/ui_fix_prop_typo

Fix prop typo

Fix prop typo.
See: https://www.patternfly.org/2020.04/documentation/react/components/select#props

Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-05-07 17:05:09 +00:00 committed by GitHub
commit 03261c4782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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