Skip to content

Commit

Permalink
Merge pull request #462 from R-Sourabh/facility-selector-card
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 6f452f5 + 047c32f commit 90fa26b
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 90fa26b

Please sign in to comment.