Skip to content

Commit 68e0c19

Browse files
committed
fix to display selected attribute
1 parent 7bc84bf commit 68e0c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/web-app/src/components/HRQuerySource/HRQuerySource.base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ const checkType = (value: string, type: string | undefined): string => {
691691
if (groupingEnabled && item && index != null) {
692692
const updateParams: UpdateParam = {
693693
property: "attribute",
694-
newValue: item.text
694+
newValue: item.key.toString()
695695
};
696696
updateGroupItem(updateParams, index, undefined, groupIndex);
697697
return;

0 commit comments

Comments
 (0)