Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoAnderson committed May 2, 2022
1 parent 4f5fbca commit ce5303c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class SubstanceCodesComponent extends SubstanceCardBaseFilteredList<Subst
this.searchControl.valueChanges.subscribe(value => {
this.filterList(value, this.codes);
}, error => {
console.log(error);
// console.log(error);
});
this.getTypeFilterOptions();
} else {
Expand Down

0 comments on commit ce5303c

Please sign in to comment.