Skip to content
Snippets Groups Projects
Commit 1bf9975f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13271 TIME 0:10 fix remove info admin list search

parent 23996461
No related branches found
No related tags found
No related merge requests found
...@@ -354,7 +354,7 @@ export class SearchAdministrationComponent implements OnInit { ...@@ -354,7 +354,7 @@ export class SearchAdministrationComponent implements OnInit {
removeData(rmData: any, i: number, indexDisplayedData) { removeData(rmData: any, i: number, indexDisplayedData) {
this.availableData.push(rmData); this.availableData.push(rmData);
this.displayedSecondaryData[indexDisplayedData].splice(i); this.displayedSecondaryData[indexDisplayedData].splice(i, 1);
this.dataControl.setValue(''); this.dataControl.setValue('');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment