From 443e908b3881497dc0cd642e963277a5ff776f4c Mon Sep 17 00:00:00 2001 From: Rodrigo Quelca Date: Tue, 12 Jan 2021 21:25:34 +0000 Subject: [PATCH] PMCORE-2699: My Cases > 'the status type and duration,' does not display as tooltip for each Case --- resources/assets/js/home/MyCases.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/home/MyCases.vue b/resources/assets/js/home/MyCases.vue index 8569ca98c..ea44221b2 100644 --- a/resources/assets/js/home/MyCases.vue +++ b/resources/assets/js/home/MyCases.vue @@ -218,7 +218,8 @@ export default { { TAS_NAME: data[i].tas_title, STATUS: data[i].tas_color, - PENDING: "" + PENDING: "", + DELAYED_MSG: data[i].delay } ); }