mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Tweak: add saved views hint to dashboard
This commit is contained in:
parent
dcd50d5359
commit
94556a2607
4 changed files with 27 additions and 4 deletions
|
|
@ -105,6 +105,7 @@ describe('DashboardComponent', () => {
|
|||
results: saved_views,
|
||||
}),
|
||||
dashboardViews: saved_views.filter((v) => v.show_on_dashboard),
|
||||
allViews: saved_views,
|
||||
},
|
||||
},
|
||||
provideHttpClient(withInterceptorsFromDi()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue