Skip to content

Commit

Permalink
feat: added enter remove item in delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpaulo-azion committed Dec 14, 2023
1 parent 6cc82ed commit 7d0bf13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/list-table-block/dialog/delete-dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:pt="{
header: { class: 'p-5' }
}"
@keyup.enter="removeItem()"
>
<div class="flex flex-col gap-5">
<div>
Expand Down

0 comments on commit 7d0bf13

Please sign in to comment.