mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 09:01:21 +00:00
Fix: support multiple inbox tags from stats widget (#7281)
This commit is contained in:
@@ -75,7 +75,7 @@ describe('StatisticsWidgetComponent', () => {
|
||||
const mockStats = {
|
||||
documents_total: 200,
|
||||
documents_inbox: 18,
|
||||
inbox_tag: 10,
|
||||
inbox_tags: [10],
|
||||
}
|
||||
|
||||
const req = httpTestingController.expectOne(
|
||||
@@ -100,7 +100,7 @@ describe('StatisticsWidgetComponent', () => {
|
||||
const mockStats = {
|
||||
documents_total: 200,
|
||||
documents_inbox: 18,
|
||||
inbox_tag: 10,
|
||||
inbox_tags: [10],
|
||||
document_file_type_counts: [
|
||||
{
|
||||
mime_type: 'application/pdf',
|
||||
|
||||
Reference in New Issue
Block a user