Skip to content

Commit

Permalink
removed the click event from label
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhdutt committed Feb 9, 2024
1 parent 3e273ed commit c1872b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ion-thumbnail slot="start">
<DxpShopifyImg :src="product.mainImageUrl" size="small"/>
</ion-thumbnail>
<ion-label @click="viewProduct(product)">
<ion-label>
<p class="overline">{{ getProductIdentificationValue(productIdentificationPref.secondaryId, product) }}</p>
<h2>{{ getProductIdentificationValue(productIdentificationPref.primaryId, product) ? getProductIdentificationValue(productIdentificationPref.primaryId, product) : product.productName }}</h2>
</ion-label>
Expand Down

0 comments on commit c1872b9

Please sign in to comment.