PMCORE-3283:The delete search and save search are not working
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user