Skip to content

Commit

Permalink
Revert "Improved: Remove Event Button in Upload page(hotwax#209)"
Browse files Browse the repository at this point in the history
This reverts commit 466b8ce.
  • Loading branch information
shanmukhdutt committed Dec 20, 2023
1 parent d4fb817 commit d72a78a
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 @@ -36,7 +36,7 @@
<ion-label>{{ $t("Variance") }}</ion-label>
<ion-label slot="end">{{ product.quantity - product.availableQOH }}</ion-label>
</ion-item>
<ion-button fill="clear" @click.stop="removeItem(product.sku)">{{ $t( "Remove" ) }}</ion-button>
<ion-button fill="clear" @click="removeItem(product.sku)">{{ $t( "Remove" ) }}</ion-button>
</ion-card>
<ion-fab vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button @click="presentAlertOnUpload()" :disabled="!hasPermission(Actions.APP_INVNTRY_CNT_IMPORT) || Object.keys(uploadProducts).length === 0">
Expand Down

0 comments on commit d72a78a

Please sign in to comment.