From 575499e6da3ff9e6b2c0f9a24c9e489784ed3341 Mon Sep 17 00:00:00 2001 From: sasangachathumal Date: Mon, 5 Aug 2024 10:43:09 +0530 Subject: [PATCH] [CORE-6710] fixed the issue, new metrics data not show after update. --- src/app/metrics/metric-detail/metric-detail.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/metrics/metric-detail/metric-detail.component.ts b/src/app/metrics/metric-detail/metric-detail.component.ts index 91d8307a..97af928d 100644 --- a/src/app/metrics/metric-detail/metric-detail.component.ts +++ b/src/app/metrics/metric-detail/metric-detail.component.ts @@ -71,6 +71,7 @@ export class MetricDetailComponent implements OnInit { }).then(modal => { modal.present(); modal.onDidDismiss().then(() => { + this.fetchMetrics(); this.dismissModal(); }); });