From 12a756782d8505e91a48f1cd14748048f5cdfd1b Mon Sep 17 00:00:00 2001 From: Nishit Suwal <81785002+NSUWAL123@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:20:01 +0545 Subject: [PATCH] fix(frontend): recharts UI misalignment (#1575) * fix(charts): size state to track responsive container to fix charts misalignment * fix(customTable): table header not display fix --- src/frontend/src/components/common/CustomTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/common/CustomTable.tsx b/src/frontend/src/components/common/CustomTable.tsx index 64cc28f5a6..6f3be7375a 100644 --- a/src/frontend/src/components/common/CustomTable.tsx +++ b/src/frontend/src/components/common/CustomTable.tsx @@ -115,7 +115,7 @@ export default class Table extends Component { ); if (tableChildWithSameFieldAndDataHeader) { - return tableChildWithSameFieldAndDataHeader.props.dataHeader; + return tableChildWithSameFieldAndDataHeader.props.dataField; } return field;