mirror of https://github.com/LemmyNet/lemmy.git
Fixing a bug with listing type
parent
04f64184f6
commit
1f657cbdba
|
@ -153,7 +153,7 @@ export class PostListings extends Component<PostListingsProps, PostListingsState
|
|||
page: this.state.page,
|
||||
limit: fetchLimit,
|
||||
sort: SortType[this.state.sortType],
|
||||
type_: ListingType[ListingType.Community]
|
||||
type_: ListingType[this.state.type_]
|
||||
}
|
||||
WebSocketService.Instance.getPosts(getPostsForm);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue