Skip to content

Commit

Permalink
Fixed: spinner not showing on product scrolling in audit page (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Jan 22, 2024
1 parent 79652c3 commit 4cbf856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/catalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default defineComponent({
payload.json.params['defType'] = "edismax"
}
this.store.dispatch("product/findCatalogProducts", payload);
await this.store.dispatch("product/findCatalogProducts", payload);
},
async loadMoreProducts(event: any){
this.getCatalogProducts(
Expand Down

0 comments on commit 4cbf856

Please sign in to comment.