Skip to content

Commit

Permalink
Merge pull request #464 from intersective/bugfix/CORE-6710/Invalid-va…
Browse files Browse the repository at this point in the history
…lue-error-on-updating-metric-details

[CORE-6710] "Invalid Value" Error when Amending and Saving Metric change
  • Loading branch information
jazzmind authored Aug 8, 2024
2 parents b2afbbe + 575499e commit 8c66998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/metrics/metric-detail/metric-detail.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class MetricDetailComponent implements OnInit {
}).then(modal => {
modal.present();
modal.onDidDismiss().then(() => {
this.fetchMetrics();
this.dismissModal();
});
});
Expand Down

0 comments on commit 8c66998

Please sign in to comment.