DM-538 - set includeDetails param to false for export xml request

This commit is contained in:
Valentin Mihai 2023-10-30 20:57:56 +02:00
parent ae35280c9e
commit 9bc52de57d

View File

@ -68,6 +68,9 @@ export class ComponentLogService extends GenericService<void> {
headers: headers,
responseType: 'text',
observe: 'body',
params: {
includeDetails: false,
},
});
}