Skip to content

Commit

Permalink
removed unused close call
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Dec 9, 2023
1 parent 7f465b7 commit 417a82d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/dashboard/GenKeyWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ function submit() {
</div>

<Teleport to="body">
<Modal
:show="showModal"
@close="close()"
modalClass="exportKeysModalColor"
>
<Modal :show="showModal" modalClass="exportKeysModalColor">
<template #header>
<h5 class="modal-title">{{ translation.encryptWallet }}</h5>
<button
Expand Down

0 comments on commit 417a82d

Please sign in to comment.