File tree Expand file tree Collapse file tree
packages/frontend/editor-ui/src/features/ndv/parameters/components/ResourceMapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,9 +82,10 @@ const state = reactive({
8282 schema: [] as ResourceMapperField [],
8383 attemptToConvertTypes: false ,
8484 // The execution engine no longer reads this. It stays in the saved value so an
85- // older instance that still reads it keeps casting values instead of falling
86- // back to the legacy uncast passthrough. Always `true` when
87- // `showTypeConversionOptions` is set, never user-editable.
85+ // older instance that still reads it keeps casting instead of falling back to
86+ // the legacy uncast passthrough. `onMounted` sets it to `true` when
87+ // `showTypeConversionOptions` is set, but the stored node values spread after
88+ // that, so a persisted value survives untouched. No control ever writes it.
8889 convertFieldsToString: false ,
8990 } as ResourceMapperValue ,
9091 parameterValues: {} as INodeParameters ,
You can’t perform that action at this time.
0 commit comments