From 6854b1a26cbd7c5c5fb9f8842e411295f50242dc Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Wed, 2 Oct 2024 06:27:07 +0200 Subject: [PATCH] fix: load stage --- .../component/circular-heatmap/circular-heatmap.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/component/circular-heatmap/circular-heatmap.component.ts b/src/app/component/circular-heatmap/circular-heatmap.component.ts index 6790d8ba..4ee3d931 100644 --- a/src/app/component/circular-heatmap/circular-heatmap.component.ts +++ b/src/app/component/circular-heatmap/circular-heatmap.component.ts @@ -788,7 +788,7 @@ export class CircularHeatmapComponent implements OnInit { ResetIsImplemented() { localStorage.removeItem('dataset'); - loadState() + this.loadState() } saveState() {