Skip to content

Commit

Permalink
removed un used code
Browse files Browse the repository at this point in the history
  • Loading branch information
pragati-atharva committed Sep 23, 2022
1 parent 1a2954d commit 3999f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ export class EmployeeListComponent implements OnInit {

ngOnDestroy(): void {
this.employeeSubscription.unsubscribe();
ConstantClass.table.searchText = '';
// ConstantClass.table.searchText = '';
}
}

0 comments on commit 3999f97

Please sign in to comment.