PMCORE-3258:UI Change label to "Case Thread Title" and location with "Process Name" Column

This commit is contained in:
fabio
2021-08-30 21:16:27 -04:00
parent d6aae5e289
commit e23119e0d9
8 changed files with 53 additions and 27 deletions

View File

@@ -309,7 +309,9 @@ export default {
var i;
for (i = 0; i < data.length; i += 1) {
if (that.item.page && that.item.page === data[i].id) {
that.$refs.tooltip.setHighlight()
if (that.$refs.tooltip) {
that.$refs.tooltip.setHighlight()
}
}
}
});