Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Conversation

@kingy04
Copy link
Contributor

@kingy04 kingy04 commented Apr 18, 2018

fixes #2, emits the correct errorMessage variable

src/Dropzone.vue Outdated
this.$emit('file-upload-error', {
file: file,
response: response,
errorMessage: errorMessage,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have changed key names here, is this going to introduce any breaking changes for code expecting the old response key?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats a good point @BrockReece, i guess it makes sense to keep the key name the same. Thanks

@BrockReece BrockReece merged commit c6deb57 into master Apr 20, 2018
@BrockReece BrockReece deleted the fix-error-syntax branch April 20, 2018 08:10
@BrockReece
Copy link
Contributor

Released in v1.0.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants