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
commit c1817ab19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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