Skip to content

Commit

Permalink
Merge pull request #427 from R-Sourabh/#dxp/288-facility-selector
Browse files Browse the repository at this point in the history
Improved: Refactor <DxpFacilitySwitcher> event binding to directly pass updateFacility function(#dxp-288)
  • Loading branch information
ymaheshwari1 authored Nov 19, 2024
2 parents 2a7e6b8 + 8c87cf2 commit 4ed055e
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 @@ -37,7 +37,7 @@
</div>
<section>
<DxpOmsInstanceNavigator />
<DxpFacilitySwitcher @updateFacility="updateFacility(facility)"/>
<DxpFacilitySwitcher @updateFacility="updateFacility" />
</section>
<hr />

Expand Down

0 comments on commit 4ed055e

Please sign in to comment.