mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Update stats card text in view messages dialog
This commit is contained in:
@@ -473,7 +473,7 @@ const ViewMessagesDialog = ({ show, dialogProps, onCancel }) => {
|
||||
marginRight: 8
|
||||
}}
|
||||
>
|
||||
<StatsCard title='Total Messages (External)' stat={`${stats.totalMessages}`} />
|
||||
<StatsCard title='Total Messages (API/Embed)' stat={`${stats.totalMessages}`} />
|
||||
<StatsCard title='Total Feedback Received' stat={`${stats.totalFeedback}`} />
|
||||
<StatsCard
|
||||
title='Positive Feedback'
|
||||
|
||||
Reference in New Issue
Block a user