Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Update filter-rule-type.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Feb 15, 2022
1 parent f75d4cc commit da361e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ui/src/app/data/filter-rule-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const FILTER_DOCUMENT_TYPE = 4
export const FILTER_IS_IN_INBOX = 5
export const FILTER_HAS_TAGS_ALL = 6
export const FILTER_HAS_ANY_TAG = 7
export const FILTER_HAS_TAGS_ANY = 19
export const FILTER_HAS_TAGS_ANY = 22
export const FILTER_CREATED_BEFORE = 8
export const FILTER_CREATED_AFTER = 9
export const FILTER_CREATED_YEAR = 10
Expand Down

0 comments on commit da361e9

Please sign in to comment.