mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fix: resolve some silly frontend test things
This commit is contained in:
parent
073c42984a
commit
e78d758656
3 changed files with 2 additions and 3 deletions
|
|
@ -117,7 +117,6 @@ export class StoragePathEditDialogComponent
|
|||
this.foundDocuments$ = concat(
|
||||
of([]), // default items
|
||||
this.documentsInput$.pipe(
|
||||
tap(() => console.log('searching')),
|
||||
distinctUntilChanged(),
|
||||
takeUntil(this.unsubscribeNotifier),
|
||||
tap(() => (this.loading = true)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue