Skip to content

Commit

Permalink
Merge pull request #102 from ymaheshwari1/#99
Browse files Browse the repository at this point in the history
Fixed: groups not updating when switching between the product stores(#99)
  • Loading branch information
ymaheshwari1 authored Feb 15, 2024
2 parents 657850c + be74d1a commit cac787f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/BrokeringRuns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async function setEComStore(event: CustomEvent) {
"productStoreId": event.detail.value
})
await store.dispatch("orderRouting/fetchOrderRoutingGroups");
brokeringGroups.value = JSON.parse(JSON.stringify(groups.value))
}
emitter.emit("dismissLoader")
}
Expand Down

0 comments on commit cac787f

Please sign in to comment.