Move back list reload for network action

This commit is contained in:
Michael Shamoon 2021-01-06 07:59:46 -08:00
parent e13dbe4881
commit 086dccc177

View File

@ -68,12 +68,12 @@ export class DocumentListComponent implements OnInit {
return return
} }
this.list.savedView = view this.list.savedView = view
this.list.reload()
}) })
} else { } else {
this.list.savedView = null this.list.savedView = null
}
this.list.reload() this.list.reload()
}
}) })
this.rulesChanged() this.rulesChanged()