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() {