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(