🐛 Fix another instance where it sets the wrong parameter

This commit is contained in:
Jan Oberhauser 2022-04-27 17:10:35 +02:00 committed by Iván Ovejero
parent 1b7821d584
commit d761efbd02

View file

@ -379,7 +379,7 @@ export default mixins(
} }
// Get only the parameters which are different to the defaults // Get only the parameters which are different to the defaults
let nodeParameters = NodeHelpers.getNodeParameters(nodeType.properties, node.parameters, false, false, node.typeVersion); let nodeParameters = NodeHelpers.getNodeParameters(nodeType.properties, node.parameters, false, false, node);
const oldNodeParameters = Object.assign({}, nodeParameters); const oldNodeParameters = Object.assign({}, nodeParameters);
// Copy the data because it is the data of vuex so make sure that // Copy the data because it is the data of vuex so make sure that