TP-79219 Dashboard fix (#1081)

This commit is contained in:
Shri Prakash Bajpai
2024-08-23 17:33:09 +05:30
committed by GitHub
parent 02e779f0fb
commit 6146f0823e

View File

@@ -101,7 +101,7 @@ const AgentPerformanceTableMtd: React.FC<IAgentPerformanceTableMtd> = props => {
colDefs={AGENT_DETAILS_COLUMNS}
pageDetails={{ totalElements, currentPage, pageSize }}
tableName={QueryParamTypeMapping.AGENT_PERFORMANCE_TABLE}
callBackFn={() => dispatch(getAgencyDetailsTeleGovernanceData())}
callBackFn={() => dispatch(getAgentPerformanceTeleGovernanceData())}
tableHeight={TELE_GOVERNANCE_TABLE_HEIGHT}
/>
<Loader