king
2021-09-28 342d3498191f1683059fe586209ec920545e0bf9
src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -654,8 +654,6 @@
            }
          } else if (['multiselect', 'select', 'link', 'checkcard'].includes(values.type) && values.resourceType === '1') {
            values.options = []
          } else if (values.type === 'text' && values.advanced === 'true') {
            values.inputType = 'input'
          }
          if (values.type === 'range') {