Skip to content

Commit 6854b1a

Browse files
authored
fix: load stage
1 parent 23959a2 commit 6854b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/component/circular-heatmap/circular-heatmap.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ export class CircularHeatmapComponent implements OnInit {
788788

789789
ResetIsImplemented() {
790790
localStorage.removeItem('dataset');
791-
loadState()
791+
this.loadState()
792792
}
793793

794794
saveState() {

0 commit comments

Comments
 (0)