Skip to content

Commit

Permalink
Update webui/react/src/components/FilterForm/components/FilterField.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ashton G. <[email protected]>
  • Loading branch information
thiagodallacqua-hpe and ashtonG committed Oct 31, 2024
1 parent 80ce947 commit 2c12bc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ const FilterField = ({
options={columns.map((col) => ({
key: formatColumnKey(col, true),
label: getColDisplayName(col),
title: col.displayName || col.column,
value: formatColumnKey(col, true),
}))}
value={`${field.type}${METADATA_SEPARATOR}${field.columnName}`}
Expand Down

0 comments on commit 2c12bc4

Please sign in to comment.