Skip to content

Commit e15552e

Browse files
authored
Merge pull request #832 from Raj123-dev/button-fix
Fixed-Remove backbutton icon in OrderLookup.vue(#785)
2 parents 10d604f + 0bed849 commit e15552e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/OrderLookup.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ion-header :translucent="true">
66
<ion-menu-button menu="start" slot="start" />
77
<ion-toolbar>
8-
<ion-back-button default-href="/" slot="start" />
8+
99
<ion-title>{{ translate("Orders") }}</ion-title>
1010
<ion-buttons slot="end">
1111
<ion-menu-button menu="orderLookup-filter">
@@ -119,7 +119,7 @@
119119

120120
<script lang="ts">
121121
import {
122-
IonBackButton,
122+
123123
IonBadge,
124124
IonButtons,
125125
IonChip,
@@ -165,7 +165,7 @@ export default defineComponent ({
165165
name: 'OrderLookup',
166166
components: {
167167
Image,
168-
IonBackButton,
168+
169169
IonBadge,
170170
IonButtons,
171171
IonChip,

0 commit comments

Comments
 (0)