PMCORE-2699: My Cases > 'the status type and duration,' does not display as tooltip for each Case

This commit is contained in:
Rodrigo Quelca
2021-01-12 21:25:34 +00:00
parent 920882ac70
commit 443e908b38

View File

@@ -218,7 +218,8 @@ export default {
{ {
TAS_NAME: data[i].tas_title, TAS_NAME: data[i].tas_title,
STATUS: data[i].tas_color, STATUS: data[i].tas_color,
PENDING: "" PENDING: "",
DELAYED_MSG: data[i].delay
} }
); );
} }