king
2022-04-27 7b9e5eecd148ed819f9fb819a4507f263eaa4533
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
    })
  }