mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
fix: webapp stop chat & citation (#2376)
This commit is contained in:
@@ -97,7 +97,7 @@ const Answer: FC<AnswerProps> = ({
|
||||
<SuggestedQuestions item={item} />
|
||||
{
|
||||
!!citation?.length && config?.retriever_resource?.enabled && !responsing && (
|
||||
<Citation data={citation} showHitInfo />
|
||||
<Citation data={citation} showHitInfo={config.supportCitationHitInfo} />
|
||||
)
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user