Skip to content

Commit f364a9c

Browse files
committed
fix: indent
[skip ci] Signed-off-by: Vitor Mattos <[email protected]>
1 parent df22a1d commit f364a9c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/PdfEditor/SignerMenu.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ export default {
6262
signers: {
6363
type: Array,
6464
default: () => [],
65-
},
65+
},
6666
currentSigner: {
6767
type: Object,
6868
default: null,
69-
},
69+
},
7070
getSignerLabel: {
7171
type: Function,
7272
default: null,
73-
},
73+
},
7474
show: {
7575
type: Boolean,
7676
default: true,
77-
},
77+
},
7878
},
7979
methods: {
8080
label(signer) {

0 commit comments

Comments
 (0)