We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d402211 + 9145e45 commit 6c6abbfCopy full SHA for 6c6abbf
src/components/DropZone/components/FileUpload/FileUpload.vue
@@ -6,7 +6,7 @@ div(:class="fileUploadClassName")
6
gap="200",
7
)
8
Button(
9
- :diabled="disabled",
+ :disabled="disabled",
10
) {{ actionTitleValue }}
11
Text(
12
v-if="actionHint",
0 commit comments