Skip to content

Commit

Permalink
fix: load stage
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot authored Oct 2, 2024
1 parent 23959a2 commit 6854b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ export class CircularHeatmapComponent implements OnInit {

ResetIsImplemented() {
localStorage.removeItem('dataset');
loadState()
this.loadState()
}

saveState() {
Expand Down

0 comments on commit 6854b1a

Please sign in to comment.