fix(ui) - ResponseTimeDistribution avg value as per the API change
This commit is contained in:
parent
4f3f99f48b
commit
afbe10b27d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function ResponseTimeDistribution(props: Props) {
|
|||
style={ { height: '240px' } }
|
||||
>
|
||||
<div className="flex items-center justify-end mb-3">
|
||||
<AvgLabel text="Avg" unit="ms" className="ml-3" count={metric.data.avg} />
|
||||
<AvgLabel text="Avg" unit="ms" className="ml-3" count={metric.data.value} />
|
||||
</div>
|
||||
<div className="flex mb-4">
|
||||
<ResponsiveContainer height={ 240 } width="100%">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue