Skip to content

Commit

Permalink
Improved: Changed icon (#437).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Sep 4, 2024
1 parent 5e799f0 commit e499b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/BulkUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div class="system-message-action">
<ion-note slot="end">{{ getFileProcessingStatus(systemMessage) }}</ion-note>
<ion-button :disabled="systemMessage.statusId === 'SmsgCancelled'" slot="end" fill="clear" color="medium" @click="cancelUpload(systemMessage)">
<ion-icon slot="icon-only" :icon="trashOutline" />
<ion-icon slot="icon-only" :icon="trashBinOutline" />
</ion-button>
</div>
</ion-item>
Expand Down Expand Up @@ -110,7 +110,7 @@ import {
alertController,
modalController
} from '@ionic/vue';
import { addOutline, cloudUploadOutline, trashOutline } from "ionicons/icons";
import { addOutline, cloudUploadOutline, trashBinOutline } from "ionicons/icons";
import { translate } from '@/i18n';
import { computed, ref } from "vue";
import { useStore } from 'vuex';
Expand Down

0 comments on commit e499b08

Please sign in to comment.