remove useless headers

Signed-off-by: Ky <virginie.ky@gmail.com>
This commit is contained in:
Ky 2020-04-03 10:34:01 +02:00
parent c567ab55eb
commit 22d3c4d0ca

View File

@ -179,7 +179,6 @@ const EditForm = forwardRef(
const handleClickDownload = () => {
axios
.get(prefixedFileURL, {
headers: new Headers({ Origin: window.location.origin, mode: 'cors' }),
responseType: 'blob',
})
.then(({ data }) => {