fix(ui): escape on embedding popup closes it

This commit is contained in:
psychedelicious 2023-07-09 10:00:18 +10:00
parent 9cee861b4c
commit 2454b51d51

View File

@ -115,6 +115,7 @@ const ParamEmbeddingPopover = (props: Props) => {
nothingFound="No matching Embeddings"
itemComponent={IAIMantineSelectItemWithTooltip}
disabled={data.length === 0}
onDropdownClose={onClose}
filter={(value, item: SelectItem) =>
item.label
?.toLowerCase()