PMCORE-2699: My Cases > 'the status type and duration,' does not display as tooltip for each Case
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user