king
2022-05-29 a1b34fcc49cfeb7324cb7f4584380426ec6b092f
src/tabviews/custom/components/share/normalheader/index.jsx
@@ -24,7 +24,7 @@
    this.setState({
      title: config.plot ? config.plot.title : config.wrap.title,
      show: !['normaltable', 'propcard'].includes(config.subtype) && config.search && config.search.length > 0
      show: !['normaltable', 'propcard', 'editable'].includes(config.subtype) && config.search && config.search.length > 0
    })
  }