mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
typo
This commit is contained in:
parent
f6e510694e
commit
0d9ada8ff9
@ -58,7 +58,7 @@ export class SearchComponent implements OnInit {
|
|||||||
}, error => {
|
}, error => {
|
||||||
this.searching = false
|
this.searching = false
|
||||||
this.resultCount = 1
|
this.resultCount = 1
|
||||||
this.page_count = 1
|
this.pageCount = 1
|
||||||
this.results = []
|
this.results = []
|
||||||
this.errorMessage = error.error
|
this.errorMessage = error.error
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user