Skip to content

Commit

Permalink
Changed download response type in dataset export service
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjaw committed Dec 20, 2024
1 parent cedbed8 commit a69f86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default defineComponent({
headers: {
Accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9'
},
responseType: 'blob'
responseType: 'arraybuffer'
})
.then(
(response: AxiosResponse<any>) => {
Expand Down

0 comments on commit a69f86c

Please sign in to comment.