mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
Fix edit temp attribute
This commit is contained in:
parent
09c38cfbbd
commit
606dedf9cd
@ -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')) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user