Skip to content

Commit

Permalink
Improved: Refactor <DxpFacilitySwitcher> event binding to directly pa…
Browse files Browse the repository at this point in the history
…ss updateFacility function(#dxp-288)
  • Loading branch information
R-Sourabh committed Nov 19, 2024
1 parent 7a2be33 commit 8c87cf2
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 8c87cf2

Please sign in to comment.