Skip to content
Snippets Groups Projects
Commit d8062532 authored by Franck Brondon Mezatio Felefack's avatar Franck Brondon Mezatio Felefack
Browse files

reset filter localstorage

parent 269ef9b1
Branches
Tags
No related merge requests found
......@@ -453,7 +453,10 @@ export class CommentListComponent implements OnInit, OnDestroy {
this.filteredComments = this.commentsFilteredByTime;
this.hideCommentsList = false;
this.currentFilter = '';
this.selectedTag = '';
this.selectedKeyword = '';
this.sortComments(this.currentSort);
CommentFilterOptions.writeFilterStatic(this.getCurrentFilter());
return;
}
this.filteredComments = this.commentsFilteredByTime.filter(c => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment