king
2022-09-26 3fb963ebfb967bd9179b3c2bc08a7a1a8e48b4a4
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)
        }