mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix TI appearing as key in prompt
This commit is contained in:
parent
630d3615ca
commit
c954cd4c8d
@ -31,7 +31,7 @@ export const EmbeddingSelect = memo(({ onSelect, onClose }: EmbeddingSelectProps
|
|||||||
if (!embedding) {
|
if (!embedding) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
onSelect(embedding.key);
|
onSelect(embedding.name);
|
||||||
},
|
},
|
||||||
[onSelect]
|
[onSelect]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user