Skip to content

Commit

Permalink
designer | reinitialize charts when the apply button is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Dec 12, 2024
1 parent 25dfa03 commit 36ac7cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export class AppDesignerComponent {
this.saveTheme();
updatePreset(this.preset);
this.designerService.preset.update((state) => ({ ...state, ...this.preset }));
this.configService.appState.update((state) => ({ ...state }));
}

saveTheme() {
Expand Down

0 comments on commit 36ac7cd

Please sign in to comment.