We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28398d8 + ef66578 commit 7517281Copy full SHA for 7517281
1 file changed
contentcuration/contentcuration/frontend/shared/client.js
@@ -28,7 +28,7 @@ const client = axios.create({
28
xsrfCookieName: 'csrftoken',
29
xsrfHeaderName: 'X-CSRFToken',
30
paramsSerializer: {
31
- serializer: paramsSerializer,
+ serialize: paramsSerializer,
32
},
33
});
34
0 commit comments