Fix edit temp attribute

This commit is contained in:
cyril lopez 2017-11-03 15:52:30 +01:00
parent 09c38cfbbd
commit 606dedf9cd

View File

@ -16,7 +16,7 @@ export default function setParallelAttribute(newAttribute) {
}
export function setTempAttribute() {
const newAttribute = this.props.modifiedDataAttribute;
const newAttribute = cloneDeep(this.props.modifiedDataAttribute);
forEach(newAttribute.params, (value, key) => {
if (includes(key, 'Value')) {