Skip to content

Commit

Permalink
fix(KtFieldFileUploadRemote): field is no longer triggered when isLoa…
Browse files Browse the repository at this point in the history
…ding is enabled
  • Loading branch information
santiagoballadares committed Dec 11, 2023
1 parent 8ea4286 commit 2394b9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export default defineComponent({
dataTest: field.inputProps['data-test'],
extensions: props.extensions,
isDisabled: field.isDisabled,
isLoading: field.isLoading,
maxFileSize: props.maxFileSize,
})),
showDropArea,
Expand Down

0 comments on commit 2394b9d

Please sign in to comment.