king
2022-06-10 9fa028fdac3517c2c2b167e52782f83185daa131
src/tabviews/zshare/topSearch/index.jsx
@@ -143,6 +143,7 @@
      
      if (['select', 'link', 'multiselect', 'checkcard'].includes(item.type)) {
        item.options = item.options || []
        item.options = item.options.filter(op => !op.Hide)
        if (item.setAll === 'true' && ['select', 'link'].includes(item.type)) {
          item.options.unshift({
            key: Utils.getuuid(),