플로우 각 단계별 컬럼 설정기능
This commit is contained in:
@@ -312,6 +312,7 @@ export class FlowController {
|
||||
fieldMappings,
|
||||
integrationType,
|
||||
integrationConfig,
|
||||
displayConfig,
|
||||
} = req.body;
|
||||
|
||||
const step = await this.flowStepService.update(id, {
|
||||
@@ -329,6 +330,7 @@ export class FlowController {
|
||||
fieldMappings,
|
||||
integrationType,
|
||||
integrationConfig,
|
||||
displayConfig,
|
||||
});
|
||||
|
||||
if (!step) {
|
||||
|
||||
Reference in New Issue
Block a user