mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix TI appearing as key in prompt
This commit is contained in:
committed by
Brandon Rising
parent
52d0f9c52f
commit
9a6c2089bf
@@ -31,7 +31,7 @@ export const EmbeddingSelect = memo(({ onSelect, onClose }: EmbeddingSelectProps
|
||||
if (!embedding) {
|
||||
return;
|
||||
}
|
||||
onSelect(embedding.key);
|
||||
onSelect(embedding.name);
|
||||
},
|
||||
[onSelect]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user