mirror of
https://github.com/outline/outline.git
synced 2025-12-19 09:39:39 -06:00
Archive collections (#7266)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -13,6 +13,10 @@ export enum StatusFilter {
|
||||
Draft = "draft",
|
||||
}
|
||||
|
||||
export enum CollectionStatusFilter {
|
||||
Archived = "archived",
|
||||
}
|
||||
|
||||
export enum CommentStatusFilter {
|
||||
Resolved = "resolved",
|
||||
Unresolved = "unresolved",
|
||||
|
||||
Reference in New Issue
Block a user