Skip to content

Commit

Permalink
Merge pull request #97 from puzzledmonkey/patch-1
Browse files Browse the repository at this point in the history
Fix for DropZone update in Nova 4.22.0
  • Loading branch information
ctessier committed Feb 15, 2023
2 parents 15de826 + 9577dab commit 6fc7f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<DropZone
v-if="shouldShowField"
@change="handleFileChange"
@file-changed="handleFileChange"
:files="field.croppable ? [] : files"
@file-removed="removeFile"
:rounded="field.rounded"
Expand Down

0 comments on commit 6fc7f15

Please sign in to comment.