mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Fix: resolve some silly frontend test things
This commit is contained in:
@@ -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)),
|
||||
|
Reference in New Issue
Block a user