Skip to content

Commit

Permalink
Updated: change the position of dismiss loader(#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed May 3, 2024
1 parent 6526d4b commit e7bdf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddProductStoreToGroupModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default defineComponent({
"noConditionFind": "Y",
"filterByDate": 'Y'
})
emitter.emit('dismissLoader');
if(!hasError(resp)) {
this.selectedProductStores = resp.data.docs
Expand All @@ -120,6 +119,7 @@ export default defineComponent({
} catch(err) {
logger.error(err)
}
emitter.emit('dismissLoader');
},
isSelected(productStoreId: any) {
return this.selectedProductStoreValues.some((productStore: any) => productStore.productStoreId === productStoreId);
Expand Down

0 comments on commit e7bdf55

Please sign in to comment.