Skip to content
Snippets Groups Projects
Commit 0b39b696 authored by Mohammad Alayoub's avatar Mohammad Alayoub
Browse files

fixed searchbox update after edditing a keyword

parent 49c2b00e
No related merge requests found
......@@ -197,6 +197,9 @@ export class TopicCloudAdministrationComponent implements OnInit {
this.editedKeyword = true;
this.newKeyword = '';
this.sortQuestions();
if (this.searchMode){
this.searchKeyword();
}
}
openConfirmDialog(keyword: Keyword): void {
......
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