Skip to content

Commit

Permalink
Merge pull request #832 from Raj123-dev/button-fix
Browse files Browse the repository at this point in the history
Fixed-Remove backbutton icon in OrderLookup.vue(#785)
  • Loading branch information
ymaheshwari1 authored Oct 24, 2024
2 parents 10d604f + 0bed849 commit e15552e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/OrderLookup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ion-header :translucent="true">
<ion-menu-button menu="start" slot="start" />
<ion-toolbar>
<ion-back-button default-href="/" slot="start" />

<ion-title>{{ translate("Orders") }}</ion-title>
<ion-buttons slot="end">
<ion-menu-button menu="orderLookup-filter">
Expand Down Expand Up @@ -119,7 +119,7 @@

<script lang="ts">
import {
IonBackButton,
IonBadge,
IonButtons,
IonChip,
Expand Down Expand Up @@ -165,7 +165,7 @@ export default defineComponent ({
name: 'OrderLookup',
components: {
Image,
IonBackButton,
IonBadge,
IonButtons,
IonChip,
Expand Down

0 comments on commit e15552e

Please sign in to comment.