mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +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
|
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='Total Feedback Received' stat={`${stats.totalFeedback}`} />
|
||||||
<StatsCard
|
<StatsCard
|
||||||
title='Positive Feedback'
|
title='Positive Feedback'
|
||||||
|
|||||||
Reference in New Issue
Block a user