浏览代码

refactor(AdvancedTable): Show advanced filter operator with 1 or more queries

Owen Diffey 3 年之前
父节点
当前提交
f83e4298f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/components/AdvancedTable.vue

+ 1 - 1
frontend/src/components/AdvancedTable.vue

@@ -108,7 +108,7 @@
 								</div>
 							</div>
 							<div
-								v-if="editingFilters.length > 1"
+								v-if="editingFilters.length > 0"
 								class="control is-expanded is-grouped"
 							>
 								<label class="control label"