Skip to content

Commit 6c6abbf

Browse files
authored
Merge pull request #429 from ownego/fix/wrong-spelling-in=dropzone-button
Update: spelling disabled
2 parents d402211 + 9145e45 commit 6c6abbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DropZone/components/FileUpload/FileUpload.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ div(:class="fileUploadClassName")
66
gap="200",
77
)
88
Button(
9-
:diabled="disabled",
9+
:disabled="disabled",
1010
) {{ actionTitleValue }}
1111
Text(
1212
v-if="actionHint",

0 commit comments

Comments
 (0)