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 de7b298 commit 047c32f
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 @@ -35,7 +35,7 @@
</div>
<section>
<DxpOmsInstanceNavigator />
<DxpFacilitySwitcher @updateFacility="updateFacility(facility)"/>
<DxpFacilitySwitcher @updateFacility="updateFacility" />
<ion-card>
<ion-card-header>
<ion-card-subtitle>
Expand Down

0 comments on commit 047c32f

Please sign in to comment.