Skip to content

Commit

Permalink
fix(frontend): recharts UI misalignment (#1575)
Browse files Browse the repository at this point in the history
* fix(charts): size state to track responsive container to fix charts misalignment

* fix(customTable): table header not display fix
  • Loading branch information
NSUWAL123 authored Jun 14, 2024
1 parent b143186 commit 12a7567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/common/CustomTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default class Table extends Component<TableProps> {
);

if (tableChildWithSameFieldAndDataHeader) {
return tableChildWithSameFieldAndDataHeader.props.dataHeader;
return tableChildWithSameFieldAndDataHeader.props.dataField;
}

return field;
Expand Down

0 comments on commit 12a7567

Please sign in to comment.