Skip to content

Commit

Permalink
refactor(filters): Reorder filters
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner authored and jmacura committed Oct 3, 2024
1 parent c690a0a commit 8fe618e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export class HsAddFilterButtonComponent implements OnChanges {
readonly logicalOperators: LogicalOperatorType[] = ['AND', 'OR', 'NOT'];
readonly comparisonOperator: ComparisonOperatorType = 'COMPARE';
readonly filterOptions: FilterType[] = [
...this.logicalOperators,
this.comparisonOperator,
...this.logicalOperators,
];

emitClick(type: FilterType): void {
Expand Down

0 comments on commit 8fe618e

Please sign in to comment.