Skip to content

Commit

Permalink
Merge pull request #274 from amansinghbais/264-AuditSpinner
Browse files Browse the repository at this point in the history
Fixed: spinner not showing on product scrolling in audit page (#264)
  • Loading branch information
ymaheshwari1 committed Feb 14, 2024
2 parents 79652c3 + 4cbf856 commit 3f4b4ed
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 3f4b4ed

Please sign in to comment.