diff --git a/invokeai/frontend/web/src/features/embedding/components/ParamEmbeddingPopover.tsx b/invokeai/frontend/web/src/features/embedding/components/ParamEmbeddingPopover.tsx index ce4d75ec82..69d079034a 100644 --- a/invokeai/frontend/web/src/features/embedding/components/ParamEmbeddingPopover.tsx +++ b/invokeai/frontend/web/src/features/embedding/components/ParamEmbeddingPopover.tsx @@ -98,12 +98,16 @@ const ParamEmbeddingPopover = (props: Props) => { sx={{ p: 0, w: `calc(${PARAMETERS_PANEL_WIDTH} - 2rem )` }} > {data.length === 0 ? ( - - - No Embeddings Loaded - + + No Embeddings Loaded ) : (