Skip to content

Commit 2c12bc4

Browse files
Update webui/react/src/components/FilterForm/components/FilterField.tsx
Co-authored-by: Ashton G. <[email protected]>
1 parent 80ce947 commit 2c12bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webui/react/src/components/FilterForm/components/FilterField.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ const FilterField = ({
249249
options={columns.map((col) => ({
250250
key: formatColumnKey(col, true),
251251
label: getColDisplayName(col),
252+
title: col.displayName || col.column,
252253
value: formatColumnKey(col, true),
253254
}))}
254255
value={`${field.type}${METADATA_SEPARATOR}${field.columnName}`}

0 commit comments

Comments
 (0)