Skip to content

Commit

Permalink
Code review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
areyeslo committed Dec 12, 2024
1 parent a971634 commit 780c475
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/views/OtherUses/_schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ export const otherUsesColDefs = (optionsData, errors) => [
},
{
field: 'units',
headerName: i18n.t('otherUses:units'),
headerName: i18n.t('otherUses:otherUsesColLabels.units'),
cellEditor: 'agSelectCellEditor',
cellEditorParams: (params) => {
console.log('cellEditorParams: ', params);
const fuelType = optionsData?.fuelTypes?.find(
(obj) => params.data.fuelType === obj.fuelType
);
Expand Down

0 comments on commit 780c475

Please sign in to comment.