Skip to content

Commit 4589cbb

Browse files
committed
fix: indent
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 2cf1004 commit 4589cbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/Common/EditNameDialog.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ export default {
4444
name: {
4545
type: String,
4646
default: '',
47-
},
47+
},
4848
title: {
4949
type: String,
5050
default: 'Edit name',
51-
},
51+
},
5252
label: {
5353
type: String,
5454
default: 'Name',
55-
},
55+
},
5656
placeholder: {
5757
type: String,
5858
default: 'Enter name',
59-
},
59+
},
6060
},
6161
emits: ['close'],
6262
data() {
@@ -80,15 +80,15 @@ export default {
8080
callback: () => {
8181
this.handleClose()
8282
},
83-
},
83+
},
8484
{
8585
label: this.t('libresign', 'Save'),
8686
type: 'primary',
8787
disabled: !this.isNameValid,
8888
callback: () => {
8989
this.handleSave()
9090
},
91-
},
91+
},
9292
]
9393
},
9494
},

0 commit comments

Comments
 (0)