Skip to content

Commit 7980e0c

Browse files
committed
feat: update FlowInput settings mapping for improved flowSettingIdentifier handling
1 parent 7e2acec commit 7980e0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/packages/ce/src/flow/services/Flow.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ export class FlowService extends ReactiveArrayService<FlowView, FlowDependencies
145145
const payload: FlowInput = {
146146
name: flow?.name!,
147147
type: flow?.type?.id!,
148+
/*@ts-ignore*/
148149
settings: flow?.settings?.nodes?.map(setting => {
149150
return {
150-
flowSettingIdentifier: setting?.flowSettingIdentifier!,
151+
//flowSettingIdentifier: setting?.flowSettingIdentifier!,
151152
value: setting?.value!,
152153
}
153154
}) ?? [],

0 commit comments

Comments
 (0)