Skip to content

Commit

Permalink
Merge pull request #893 from R-Sourabh/#dxp/228-facility-selector-fix
Browse files Browse the repository at this point in the history
Improved: corrected the sequence of facility and productStore selector(#dxp/228)
  • Loading branch information
ravilodhi authored Jan 2, 2025
2 parents 3d03e1e + 88e9098 commit f191f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<section>
<DxpOmsInstanceNavigator />
<DxpFacilitySwitcher @updateFacility="updateFacility($event)"/>
<DxpProductStoreSelector @updateEComStore="updateEComStore($event)"/>
<DxpFacilitySwitcher @updateFacility="updateFacility($event)"/>

<ion-card>
<ion-card-header>
Expand Down

0 comments on commit f191f3b

Please sign in to comment.