Skip to content

Commit 698e529

Browse files
committed
refactor: remove unnecessary getFields call in chart builder initialization
1 parent f5964fd commit 698e529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/graphic-builder/chart-builder/chart-builder.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export class ChartBuilderComponent implements OnInit, AfterViewChecked {
100100

101101
ngOnInit() {
102102
this.tempId = Math.floor(Math.random() * (1000000 - 20000 + 1) + 20000);
103-
this.getFields();
104103
if (this.mode === 'edit') {
105104
this.visualizationService.find(this.visualizationId).subscribe(vis => {
106105
this.visualization = vis.body;

0 commit comments

Comments
 (0)