remove extra file (#297)
This commit is contained in:
parent
381824183c
commit
2ac5f56a93
|
@ -1,17 +0,0 @@
|
||||||
import FormPropertyLogicRule from '../../forms/FormPropertyLogicRule.js'
|
|
||||||
export default {
|
|
||||||
methods: {
|
|
||||||
validateFieldsLogic (properties) {
|
|
||||||
properties.forEach((field) => {
|
|
||||||
const isValid = (new FormPropertyLogicRule(field)).isValid()
|
|
||||||
if(!isValid){
|
|
||||||
field.logic = {
|
|
||||||
conditions: null,
|
|
||||||
actions: []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
return properties
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue