Add missing filter rule types to SavedViewFilterRule model

And add note to filter-rule-type.ts
This commit is contained in:
Michael Shamoon
2022-08-26 08:26:08 -07:00
parent 44e596b0c4
commit a406920ae6
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// These correspond to src/documents/models.py and changes here require a DB migration (and vice versa)
export const FILTER_TITLE = 0
export const FILTER_CONTENT = 1