diff --git a/awx/ui/src/components/Search/AdvancedSearch.js b/awx/ui/src/components/Search/AdvancedSearch.js index 80071d9c7c..88da024b59 100644 --- a/awx/ui/src/components/Search/AdvancedSearch.js +++ b/awx/ui/src/components/Search/AdvancedSearch.js @@ -260,7 +260,6 @@ function AdvancedSearch({ selections={keySelection} isOpen={isKeyDropdownOpen} placeholderText={t`Key`} - isCreatable isGrouped onCreateOption={setKeySelection} maxHeight={maxSelectHeight}