mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Update ngbRadioGroups to native buttons
This commit is contained in:
parent
3c6ba80323
commit
13ef41bd42
5 changed files with 30 additions and 25 deletions
|
|
@ -71,11 +71,11 @@ export class DocumentListComponent implements OnInit, OnDestroy {
|
|||
: DOCUMENT_SORT_FIELDS
|
||||
}
|
||||
|
||||
set listSort(reverse: boolean) {
|
||||
set listSortReverse(reverse: boolean) {
|
||||
this.list.sortReverse = reverse
|
||||
}
|
||||
|
||||
get listSort(): boolean {
|
||||
get listSortReverse(): boolean {
|
||||
return this.list.sortReverse
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue