Disable isCreatable on Advanced Search

Disable isCreatable on Advanced Search

See: https://github.com/ansible/awx/issues/12046
This commit is contained in:
nixocio
2022-04-13 15:34:13 -04:00
parent 81cda0ba74
commit f6496c28fe

View File

@@ -260,7 +260,6 @@ function AdvancedSearch({
selections={keySelection}
isOpen={isKeyDropdownOpen}
placeholderText={t`Key`}
isCreatable
isGrouped
onCreateOption={setKeySelection}
maxHeight={maxSelectHeight}