Skip to content

Commit

Permalink
Merge pull request #231 from hotwax/154_shipping_name_facility_address
Browse files Browse the repository at this point in the history
Fixed: Label alignment in the create facility address form. Also updated usage of dxp component as per new names. (#154)
  • Loading branch information
ravilodhi authored Mar 26, 2024
2 parents be4c31a + ba7f0c0 commit 9dc1fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/AddFacilityAddress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default defineComponent({
}
},
props: ['facilityId'],
async ionViewWillEnter() {
async ionViewDidEnter() {
this.formData.toName = this.current?.facilityName ? this.current.facilityName : ''
await this.store.dispatch('util/fetchCountries', { countryGeoId: "USA" })
},
Expand Down
4 changes: 2 additions & 2 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>

<section>
<OmsInstanceNavigator />
<DxpOmsInstanceNavigator />
</section>

<hr />
Expand All @@ -61,7 +61,7 @@
</ion-item>
</ion-card>

<LanguageSwitcher />
<DxpLanguageSwitcher />
</section>
</ion-content>
</ion-page>
Expand Down

0 comments on commit 9dc1fef

Please sign in to comment.