mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
update statistics when new documents are added
This commit is contained in:
parent
96d7114fa7
commit
00903bd90c
2 changed files with 22 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ import { DocumentService } from 'src/app/services/rest/document.service';
|
|||
templateUrl: './saved-view-widget.component.html',
|
||||
styleUrls: ['./saved-view-widget.component.scss']
|
||||
})
|
||||
export class SavedViewWidgetComponent implements OnInit {
|
||||
export class SavedViewWidgetComponent implements OnInit, OnDestroy {
|
||||
|
||||
constructor(
|
||||
private documentService: DocumentService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue