mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Disable isCreatable on Advanced Search
Disable isCreatable on Advanced Search See: https://github.com/ansible/awx/issues/12046
This commit is contained in:
@@ -260,7 +260,6 @@ function AdvancedSearch({
|
|||||||
selections={keySelection}
|
selections={keySelection}
|
||||||
isOpen={isKeyDropdownOpen}
|
isOpen={isKeyDropdownOpen}
|
||||||
placeholderText={t`Key`}
|
placeholderText={t`Key`}
|
||||||
isCreatable
|
|
||||||
isGrouped
|
isGrouped
|
||||||
onCreateOption={setKeySelection}
|
onCreateOption={setKeySelection}
|
||||||
maxHeight={maxSelectHeight}
|
maxHeight={maxSelectHeight}
|
||||||
|
|||||||
Reference in New Issue
Block a user