Browse Source

refactor(AdvancedTable): Applied filter tooltip format single NOR filter

Owen Diffey 3 years ago
parent
commit
20e161715a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      frontend/src/components/AdvancedTable.vue

+ 6 - 0
frontend/src/components/AdvancedTable.vue

@@ -189,6 +189,12 @@
 								:key="`filter-${index}`"
 							>
 								{{ filter.filter.displayName }}
+								{{
+									appliedFilters.length === 1 &&
+									filterOperator === "nor"
+										? "not"
+										: ""
+								}}
 								{{ filter.filterType }} "{{ filter.data }}"
 								{{
 									appliedFilters.length === index + 1