Skip to content
Snippets Groups Projects
Commit c11c9733 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fix bug typo emit event

parent 7562952c
No related branches found
No related tags found
1 merge request!68Develop
......@@ -11,7 +11,7 @@
(click)="emitAdd()">
<span class="fas fa-plus fa-fw"></span>
</button>
<button *ngIf="checkboxes.disabled" class="btn btn-outline-danger" (click)="emiteDelete()">
<button *ngIf="checkboxes.disabled" class="btn btn-outline-danger" (click)="emitDelete()">
<span class="fa fa-times fa-fw"></span>
</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment