Resolve problem with undefined calling for values
parent
ac8dd05cb6
commit
6338ac2a01
|
@ -74,7 +74,7 @@ export function requestListDrillTables({
|
|||
pageToken,
|
||||
pageSize
|
||||
}) {
|
||||
requestRest({
|
||||
return requestRest({
|
||||
url: '/ui/list-drill-tables',
|
||||
data: {
|
||||
table_name: tableName
|
||||
|
|
|
@ -380,7 +380,7 @@ export function generateProcess({ processToGenerate, containerUuidAssociated = u
|
|||
description: actionValue.description,
|
||||
isReport: processToGenerate.isReport,
|
||||
isDirectPrint: processToGenerate.isDirectPrint,
|
||||
reportExportType: actionValue.reportExportType
|
||||
reportExportType: actionValue.type
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue