From 2ce9d61185de1330281ac700aafa0f0f781a66e2 Mon Sep 17 00:00:00 2001 From: Yuriy Durov Date: Tue, 11 Jun 2024 21:51:11 +0400 Subject: [PATCH] Fix risk hotspots ordering --- .../riskhotspots/riskhotspots.component.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/AngularComponents/src/app/components/riskhotspots/riskhotspots.component.ts b/src/AngularComponents/src/app/components/riskhotspots/riskhotspots.component.ts index c06fc5f8..643cbbbf 100644 --- a/src/AngularComponents/src/app/components/riskhotspots/riskhotspots.component.ts +++ b/src/AngularComponents/src/app/components/riskhotspots/riskhotspots.component.ts @@ -44,21 +44,21 @@ import { RiskHotspotsSettings } from "./data/riskhotspots-settings.class"; {{translations.assembly}} {{translations.class}} {{translations.method}} {{riskHotspotMetric.name}} @@ -215,4 +215,4 @@ export class RiskHotspotsComponent implements OnInit { console.log(`Updating sort column: '${this.settings.sortBy}' (${this.settings.sortOrder})`); this.updateRiskHotpots(); } -} \ No newline at end of file +}