mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +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,
|
||||
|
||||
// TODO: remove once front-end stop sending them even if useless
|
||||
dominant: yup.boolean(),
|
||||
columnName: yup.string(),
|
||||
key: yup.string(),
|
||||
targetColumnName: yup.string(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user