Merged in bugfix/PMCORE-3309 (pull request #8123)

PMCORE-3309

Approved-by: Henry Jonathan Quispe Quispe
Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2021-09-13 15:42:07 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -64,7 +64,6 @@ export default {
let key = `tooltip-${that.data.id}`;
that.labelTooltip = response.data.label;
that.$refs[key].$emit("open");
that.isHighlight = false;
});
},
/**