Skip to content

Commit

Permalink
Change status filter operator to "isAny"
Browse files Browse the repository at this point in the history
Co-authored-by: dkmyta <[email protected]>
  • Loading branch information
nateweller and dkmyta authored Nov 5, 2024
1 parent 10e6d4b commit 1b50f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Default.args = {
filters: [
{
field: 'status',
operator: 'is',
value: 'current',
operator: 'isAny',
value: [ 'current' ],
},
],
onFixThreats: () =>
Expand Down

0 comments on commit 1b50f9f

Please sign in to comment.