feat: rename event emitter for confirmation modal closure
This commit is contained in:
parent
7bbabc46f3
commit
a7d98e1150
2 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
<app-confirmation
|
||||
[successful]="isDepositSuccessful"
|
||||
(close)="closeDepositConfirmationModal()"
|
||||
(closeConfirmation)="closeDepositConfirmationModal()"
|
||||
></app-confirmation>
|
||||
|
||||
<div class="card p-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue