Declare setting types
This commit is contained in:
parent
d01db82c0d
commit
a0882bbceb
48 changed files with 1618 additions and 903 deletions
|
@ -66,9 +66,6 @@ const fields = [
|
|||
]
|
||||
];
|
||||
|
||||
const allowedOps = [].concat(...fields.map(group => group.map(e => e[0])));
|
||||
|
||||
export default {
|
||||
fields,
|
||||
allowedOps,
|
||||
};
|
||||
|
|
Reference in a new issue