Skip to content

Commit

Permalink
Add != operator to conditional menu defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Sep 12, 2024
1 parent 13ccfd8 commit 9f16dae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{ value: '>' },
{ value: '>=' },
{ value: '=' },
{ value: '!=' },
{ value: '<=' },
{ value: '<' },
];
Expand Down

0 comments on commit 9f16dae

Please sign in to comment.