mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 17:49:57 +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() {
|
export function setTempAttribute() {
|
||||||
const newAttribute = this.props.modifiedDataAttribute;
|
const newAttribute = cloneDeep(this.props.modifiedDataAttribute);
|
||||||
|
|
||||||
forEach(newAttribute.params, (value, key) => {
|
forEach(newAttribute.params, (value, key) => {
|
||||||
if (includes(key, 'Value')) {
|
if (includes(key, 'Value')) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user