king
2022-09-26 3cf2bc2f22c997fe5f0a30a6046dd87877bf8185
src/tabviews/formtab/formgroup/index.jsx
@@ -132,7 +132,7 @@
        if (item.type === 'textarea' && item.encryption === 'true') {
          encrypts.push(item.field)
        }
        if (item.interception === 'true') {
        if (item.interception !== 'false') {
          intercepts.push(item.field)
        }