eslint rules error corrected
This commit is contained in:
parent
959e5b4543
commit
8664b6cc7d
|
@ -36,7 +36,7 @@ module.exports = function(app) {
|
|||
for (let validation of validations[fieldName]) {
|
||||
let options = validation.options;
|
||||
|
||||
if ((options && options.async) ||
|
||||
if ((options && options.async) ||
|
||||
(validation.validation == 'custom' && !validation.isExportable))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue