Updated axios version to fix build issue

This commit is contained in:
Donkie
2023-12-17 21:16:20 +01:00
parent c9220b3dbd
commit 879ac15c2d
3 changed files with 20 additions and 29 deletions

View File

@@ -144,8 +144,8 @@ const dataProvider = (
}
if (headers) {
httpClient.defaults.headers = {
...httpClient.defaults.headers,
httpClient.defaults.headers.common = {
...httpClient.defaults.headers.common,
...headers,
};
}