mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-21 07:19:26 +00:00
Drop this
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div class="visually-hidden" i18n>Loading...</div>
|
||||
}
|
||||
|
||||
<div class="task-controls mb-3 btn-toolbar" [class.task-controls-scoped]="hasScopedSectionView">
|
||||
<div class="task-controls mb-3 btn-toolbar">
|
||||
<div class="task-view-scope btn-group btn-group-sm me-3" role="group">
|
||||
<input type="radio" class="btn-check"
|
||||
[checked]="selectedSection === allTaskSections"
|
||||
|
||||
@@ -223,10 +223,6 @@ export class TasksComponent
|
||||
)
|
||||
}
|
||||
|
||||
get hasScopedSectionView(): boolean {
|
||||
return this.selectedSection !== ALL_TASK_SECTIONS
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.tasksService.reload()
|
||||
timer(5000, 5000)
|
||||
|
||||
Reference in New Issue
Block a user