Skip to content

Commit

Permalink
#1750 Add a None option to the default alert similarity filter options
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 26, 2021
1 parent 69b951d commit cb998a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/app/scripts/services/api/AlertingSrv.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
var baseUrl = './api/alert';

var similarityFilters = {
'none': {
label: 'None',
filters: []
},
'open-cases': {
label: 'Open Cases',
filters: [{
Expand Down

0 comments on commit cb998a9

Please sign in to comment.