PMCORE-3283:The delete search and save search are not working

This commit is contained in:
fabio
2021-09-08 11:47:24 -04:00
parent 07492799cf
commit 516b3a3d47
4 changed files with 10 additions and 6 deletions

View File

@@ -175,7 +175,8 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Authorization": `Bearer ` + credentials.accessToken
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
});
}