Skip to content

Commit

Permalink
fix: [PROD-9531] force headerName to field when not provided
Browse files Browse the repository at this point in the history
  • Loading branch information
esasova committed Sep 29, 2023
1 parent 8bc91e5 commit 9fcb439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const GenericTable = ({
),
};

const columns = ConfigUtils.getParameterAttribute(parameterData, 'columns');
const columns = AgGridUtils.getColumnsWithHeaderName(ConfigUtils.getParameterAttribute(parameterData, 'columns'));
const dateFormat = ConfigUtils.getParameterAttribute(parameterData, 'dateFormat') || DEFAULT_DATE_FORMAT;
const options = useMemo(() => {
return { dateFormat };
Expand Down

0 comments on commit 9fcb439

Please sign in to comment.