Skip to content

Commit

Permalink
Explicit naming filter : Selection column width is reduced
Browse files Browse the repository at this point in the history
Signed-off-by: basseche <[email protected]>
  • Loading branch information
basseche committed Feb 10, 2025
1 parent 9266b59 commit b03cd36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export function ExplicitNamingFilterForm({ sourceFilterForExplicitNamingConversi
field: FieldConstants.EQUIPMENT_ID,
editable: true,
singleClickEdit: true,
flex: 1,
valueParser: (params: ValueParserParams) => params.newValue?.trim() ?? null,
},
];
Expand Down

0 comments on commit b03cd36

Please sign in to comment.