Merge pull request #12048 from nixocio/ui_issue_12046

Disable isCreatable on Advanced Search
This commit is contained in:
Sarah Akus
2022-04-14 15:01:46 -04:00
committed by GitHub

View File

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