Fix: webapp color theme (#6908)
This commit is contained in:
@@ -51,7 +51,7 @@ const Chatbot = () => {
|
||||
else
|
||||
document.title = `${site.title} - Powered by Dify`
|
||||
}
|
||||
}, [site, customConfig])
|
||||
}, [site, customConfig, themeBuilder])
|
||||
|
||||
if (appInfoLoading) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user