mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Add dominant key in groups relations
This commit is contained in:
parent
c0d5580570
commit
599e1dda93
@ -35,6 +35,7 @@ module.exports = () => {
|
|||||||
unique: validators.unique,
|
unique: validators.unique,
|
||||||
|
|
||||||
// TODO: remove once front-end stop sending them even if useless
|
// TODO: remove once front-end stop sending them even if useless
|
||||||
|
dominant: yup.boolean(),
|
||||||
columnName: yup.string(),
|
columnName: yup.string(),
|
||||||
key: yup.string(),
|
key: yup.string(),
|
||||||
targetColumnName: yup.string(),
|
targetColumnName: yup.string(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user