Skip to content

Commit

Permalink
Merge branch 'issue#2087'
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Oct 16, 2024
2 parents e6eb1a8 + 086e5e3 commit 2dbd826
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export const PanelInteractionUtils = {
c.column_name === contentColumn.column_name &&
c.display_name.default === contentColumn.display_name
);
column.format = contentColumn.format; // Agregando el Formato
if (column) {
column.whatif_column = contentColumn.whatif_column || false;
column.whatif = contentColumn.whatif || {};
Expand Down

0 comments on commit 2dbd826

Please sign in to comment.