mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 08:12:28 -06:00
Finished inbox, fixed reverse sort order, bloc refactorings
This commit is contained in:
@@ -18,6 +18,7 @@ class OnlyNotAssignedTagsQuery extends TagsQuery {
|
||||
|
||||
class AnyAssignedTagsQuery extends TagsQuery {
|
||||
final Iterable<int> tagIds;
|
||||
|
||||
const AnyAssignedTagsQuery({
|
||||
this.tagIds = const [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user