mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
Chore: refactor loading stuff to be more DRY
This commit is contained in:
@@ -140,7 +140,7 @@ export class SavedViewWidgetComponent
|
||||
.pipe(
|
||||
takeUntil(this.unsubscribeNotifier),
|
||||
tap((result) => {
|
||||
this.reveal = true
|
||||
this.show = true
|
||||
this.documents = result.results
|
||||
}),
|
||||
delay(500)
|
||||
|
Reference in New Issue
Block a user