Skip to content

Commit

Permalink
fix: ensure report extra columns are assigned to the correct column i…
Browse files Browse the repository at this point in the history
…n excel (#284)
  • Loading branch information
alexcarol authored Oct 20, 2023
1 parent a0d70ff commit a432dea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/import/import.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ const getReport = async () => {
} else {
extra.push(JSON.stringify(report[col]));
}
} else {
extra.push('');
}
});
}
Expand Down

0 comments on commit a432dea

Please sign in to comment.