mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 12:12:30 -06:00
Hooked notifications to status changes on document upload - some refactorings
This commit is contained in:
@@ -11,7 +11,7 @@ class LinkedDocumentsCubit extends Cubit<LinkedDocumentsState> {
|
||||
}
|
||||
|
||||
Future<void> _initialize() async {
|
||||
final documents = await _api.find(
|
||||
final documents = await _api.findAll(
|
||||
state.filter.copyWith(
|
||||
pageSize: 100,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user