Skip to content

Commit

Permalink
chore: Remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 1, 2024
1 parent fa2f2bb commit 4d7b3cb
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 @@ -74,7 +74,6 @@ export default {
uuid: loadState('libresign', 'uuid', null) ?? this.$route.params.uuid,
PDFIcon,
document: {
name: '',
filename: loadState('libresign', 'filename'),
description: loadState('libresign', 'description'),
status: loadState('libresign', 'status'),
Expand Down

0 comments on commit 4d7b3cb

Please sign in to comment.