mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Fix set attr name get model
This commit is contained in:
parent
81a1a382ad
commit
d77fb19592
@ -91,7 +91,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
attributes.push({
|
attributes.push({
|
||||||
name,
|
name: attr,
|
||||||
params
|
params
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user