Skip to content

Commit

Permalink
[FIX] AgentOverview analytics wrong departmentId parameter (#25073)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf authored Apr 18, 2022
1 parent e7dcadc commit 7d6b2a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const AnalyticsPage = () => {
alignSelf='stretch'
/>
<Box display='flex' w='33%' flexDirection='row' justifyContent='stretch' p='x10' mis='x4'>
<AgentOverview type={chartName} dateRange={dateRange} departmentId={department} />
<AgentOverview type={chartName} dateRange={dateRange} departmentId={department?.value} />
</Box>
</Box>
</Margins>
Expand Down

0 comments on commit 7d6b2a1

Please sign in to comment.