mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 17:15:50 -06:00
feat: Fix documents not being displayed
This commit is contained in:
@@ -167,7 +167,8 @@ class _DocumentEditPageState extends State<DocumentEditPage>
|
||||
child: DocumentView(
|
||||
showAppBar: false,
|
||||
showControls: false,
|
||||
documentBytes: context
|
||||
title: state.document.title,
|
||||
bytes: context
|
||||
.read<PaperlessDocumentsApi>()
|
||||
.downloadDocument(state.document.id),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user