mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
Merge pull request #7115 from aignatov-bio/ai-sci-10241-fix-unused-filter
Hide empty filters at tables [SCI-10241]
This commit is contained in:
commit
11ab9964f0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<i v-else class="sn-icon sn-icon-close !m-2.5 !ml-auto right-0 cursor-pointer z-10"
|
||||
@click="$emit('search:change', '')"></i>
|
||||
</div>
|
||||
<FilterDropdown :filters="filters" @applyFilters="applyFilters" />
|
||||
<FilterDropdown v-if="filters.length" :filters="filters" @applyFilters="applyFilters" />
|
||||
<button
|
||||
v-if="currentViewRender === 'table'"
|
||||
@click="showColumnsModal = true"
|
||||
|
|
Loading…
Reference in a new issue