Skip to content

Commit

Permalink
Improved: indentation in Search page(#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Apr 22, 2024
1 parent 8f2669e commit 016fcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default defineComponent({
async loadMoreProducts (event: any) {
// Added this check here as if added on infinite-scroll component the Loading content does not gets displayed
if(!(this.isScrollingEnabled && this.isScrollable)) {
await event.target.complete();
await event.target.complete();
}
this.searchProducts(
undefined,
Expand Down

0 comments on commit 016fcb5

Please sign in to comment.