mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
documents now remain open fixes #16
This commit is contained in:
parent
a2fd1afa80
commit
7b561af7a1
3 changed files with 26 additions and 7 deletions
3
src-ui/src/app/data/storage-keys.ts
Normal file
3
src-ui/src/app/data/storage-keys.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const OPEN_DOCUMENT_SERVICE = {
|
||||
DOCUMENTS: 'open-documents-service:openDocuments'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue