Skip to content

Commit

Permalink
Added missing slot
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Sep 13, 2024
1 parent c83e525 commit 692bf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ScheduledRestockReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div v-else>
<div class="list-item" v-for="(item , index) in parsedItems" :key="index">
<ion-item lines="none">
<ion-thumbnail>
<ion-thumbnail slot="start">
<DxpShopifyImg :src="item.imageUrl" size="small" />
</ion-thumbnail>
<ion-label>
Expand Down Expand Up @@ -419,4 +419,4 @@ ion-content {
padding: 0;
}
}
</style>
</style>

0 comments on commit 692bf49

Please sign in to comment.