mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
fix issue where adding a search tag could cause an error
This commit is contained in:
parent
95a4cc7b76
commit
3a512f39ae
@ -107,7 +107,7 @@ function Search({
|
||||
} else if (currentSearchColumn?.booleanLabels) {
|
||||
label = currentSearchColumn.booleanLabels[value];
|
||||
}
|
||||
return label.toString();
|
||||
return (label || colKey).toString();
|
||||
};
|
||||
|
||||
const getChipsByKey = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user