Skip to content

Commit

Permalink
warning for delete token, closes #141 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored May 19, 2024
1 parent 3072652 commit e38e4a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/SendTokenDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<!-- popup dialog to confirm deletion activated by showDeleteDialog -->
<q-dialog v-model="showDeleteDialog">
<q-card class="q-pa-lg q-pt-md qcard">
<q-card-section class="q-pa-none q-pt-md">
<q-card-section class="q-pa-none">
<div class="row items-center no-wrap q-mb-sm">
<div class="col-12">
<span class="text-h6">Delete Ecash</span>
Expand All @@ -290,6 +290,10 @@
Are you sure you want to delete this transaction from your
history?
</q-item-label>
<q-item-label class="q-pt-md text-weight-bold">
Warning: This action cannot be undone and there is no way to
recover the token.
</q-item-label>
</div>
</div>
<div class="row q-mt-lg">
Expand Down

0 comments on commit e38e4a5

Please sign in to comment.