From f13ebe97be2248152cb4b511673ddedcb0197589 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 5 Apr 2026 21:48:51 -0700 Subject: [PATCH] fix: add customImageUrl to wordcloud config type Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/frameworks/components/configPanel/WordcloudConfig.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/frameworks/components/configPanel/WordcloudConfig.tsx b/frontend/src/frameworks/components/configPanel/WordcloudConfig.tsx index cfb93d7..d25bac0 100644 --- a/frontend/src/frameworks/components/configPanel/WordcloudConfig.tsx +++ b/frontend/src/frameworks/components/configPanel/WordcloudConfig.tsx @@ -47,6 +47,7 @@ export default function WordcloudConfig() { fontFamily: wc.fontFamily ?? 'sans-serif', fontWeight: wc.fontWeight ?? 'bold', colorMode: wc.colorMode ?? 'palette', + customImageUrl: wc.customImageUrl as string | undefined, }; const update = useCallback(