mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Move back list reload for network action
This commit is contained in:
parent
e13dbe4881
commit
086dccc177
1 changed files with 2 additions and 2 deletions
|
|
@ -68,12 +68,12 @@ export class DocumentListComponent implements OnInit {
|
|||
return
|
||||
}
|
||||
this.list.savedView = view
|
||||
this.list.reload()
|
||||
})
|
||||
} else {
|
||||
this.list.savedView = null
|
||||
this.list.reload()
|
||||
}
|
||||
|
||||
this.list.reload()
|
||||
})
|
||||
|
||||
this.rulesChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue