From 52ae15c1677508c5240e1a4adca915e40dea648b Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 21 Jul 2023 20:52:33 +1000 Subject: [PATCH] fix(ui): fix console error related to css --- .../components/ParamEmbeddingPopover.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 ) : (