Skip to content

Commit

Permalink
Re-apply changes for 74cbf81 , PR #1495, USH-1704
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Dec 18, 2024
1 parent 8b45cb5 commit de86b11
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,7 @@ export class SearchFormComponent extends BaseComponent implements OnInit {
}
},
error: (err) => {
if (err.message.match(/Http failure response for/)) {
setTimeout(() => this.getCategories(), 2000);
}
console.log('getCategories:', err);
},
});
}
Expand Down

0 comments on commit de86b11

Please # to comment.