Skip to content

Commit 561a478

Browse files
committed
fix: fix prop closing brace indentation in SignatureFlow
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 66b0fdc commit 561a478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/Settings/SignatureFlow.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ export default {
9292
value: 'parallel',
9393
label: t('libresign', 'Simultaneous (Parallel)'),
9494
description: t('libresign', 'All signers receive the document at the same time and can sign in any order.'),
95-
},
95+
},
9696
{
9797
value: 'ordered_numeric',
9898
label: t('libresign', 'Sequential'),
9999
description: t('libresign', 'Signers are organized by signing order number. Only those with the lowest pending order number can sign.'),
100-
},
100+
},
101101
]
102102
},
103103
selectedFlowValue: {

0 commit comments

Comments
 (0)