Skip to content

Commit

Permalink
Merge pull request #1647 from tomivm/fix/pdfExportAdapter-params-order
Browse files Browse the repository at this point in the history
Fix the order of params on pdfExportAdapter
  • Loading branch information
tomivm authored Dec 26, 2023
2 parents 3d9bda2 + 0f17855 commit 2ec87c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Settings/Export/Export.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,9 +890,9 @@ export async function cboardExportAdapter(allBoards = [], board) {

export async function pdfExportAdapter(
boards = [],
labelFontSize,
intl,
picsee = false
picsee = false,
labelFontSize
) {
const font = definePDFfont(intl);
const docDefinition = {
Expand Down

0 comments on commit 2ec87c9

Please sign in to comment.