Skip to content

Commit

Permalink
Merge pull request #2626 from LibreSign/backport/2624/stable29
Browse files Browse the repository at this point in the history
[stable29] feat: Remove unused var
  • Loading branch information
vitormattos authored Apr 1, 2024
2 parents cf171d2 + ca09529 commit 326a121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/SignPDF/SignPDF.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default {
statusText: loadState('libresign', 'statusText'),
fileId: loadState('libresign', 'fileId', 0),
signers: loadState('libresign', 'signers', []),
pages: [],
visibleElements: loadState('libresign', 'visibleElements', []),
},
}
Expand Down

0 comments on commit 326a121

Please sign in to comment.