Skip to content

Commit

Permalink
Retoques finales para What If
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Jan 25, 2024
1 parent 2dfb77c commit d4af98e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export class EdaBlankPanelComponent implements OnInit {

public async runWhatIfQuery(column?: any): Promise<void> {
try {
/* Este código actualiza el nombre de la columna. pero No lo actualizamos
const updateDisplayName = (col: any) => {
const origin = col.whatif.origin;
if (origin) {
Expand All @@ -252,7 +253,7 @@ export class EdaBlankPanelComponent implements OnInit {
} else {
updateDisplayName(column);
}

*/

await this.runQueryFromDashboard(true);
this.panelChart.updateComponent();
Expand Down

0 comments on commit d4af98e

Please sign in to comment.