mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-18 06:12:33 -06:00
feat: Add login integration test (WIP), update notes feature
This commit is contained in:
@@ -73,7 +73,7 @@ class DocumentModel extends Equatable {
|
||||
this.userCanChange,
|
||||
this.permissions,
|
||||
this.customFields = const [],
|
||||
this.notes = const [] = const [],
|
||||
this.notes = const [],
|
||||
});
|
||||
|
||||
factory DocumentModel.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user