From 5b2369da5deab23f1b8dce753d8839699245cb7c Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 17 May 2024 10:56:16 -0700 Subject: [PATCH] fix: #2332 --- src/lib/components/chat/Messages/ProfileImage.svelte | 7 ++++++- src/routes/(app)/admin/+page.svelte | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/lib/components/chat/Messages/ProfileImage.svelte b/src/lib/components/chat/Messages/ProfileImage.svelte index 46f071533..c5897b359 100644 --- a/src/lib/components/chat/Messages/ProfileImage.svelte +++ b/src/lib/components/chat/Messages/ProfileImage.svelte @@ -1,11 +1,16 @@
profile - import { WEBUI_API_BASE_URL } from '$lib/constants'; + import { WEBUI_BASE_URL } from '$lib/constants'; import { WEBUI_NAME, config, user, showSidebar } from '$lib/stores'; import { goto } from '$app/navigation'; import { onMount, getContext } from 'svelte'; @@ -264,7 +264,11 @@
user