LT-207: Case insensitive for Modality filtering
This commit is contained in:
parent
2e4082c4e7
commit
d483f2ae68
@ -78,7 +78,7 @@ function replaceUndefinedColumnValue(text) {
|
|||||||
if (text === undefined || text === 'undefined') {
|
if (text === undefined || text === 'undefined') {
|
||||||
return '';
|
return '';
|
||||||
} else {
|
} else {
|
||||||
return text;
|
return text.toUpperCase();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user