diff --git a/web/app/components/share/chat/index.tsx b/web/app/components/share/chat/index.tsx index 5381ada3b3..c521f045e6 100644 --- a/web/app/components/share/chat/index.tsx +++ b/web/app/components/share/chat/index.tsx @@ -898,7 +898,7 @@ const Main: FC = ({ suggestionList={suggestedQuestions} isShowSpeechToText={speechToTextConfig?.enabled} isShowTextToSpeech={textToSpeechConfig?.enabled} - isShowCitation={citationConfig?.enabled && isInstalledApp} + isShowCitation={citationConfig?.enabled} visionConfig={{ ...visionConfig, image_file_size_limit: fileUploadConfigResponse ? fileUploadConfigResponse.image_file_size_limit : visionConfig.image_file_size_limit,