Skip to content

Commit

Permalink
chore(isct-120): fix build (after lint changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Nov 26, 2023
1 parent 872aa13 commit a3283d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
*ngIf="showCloseButton"
[name]="closeButtonIcon"
[attr.data-testid]="testIdsService.getTestAttribute.bind(this) | generic:testId:modalTestIdModifiers.MODAL_CLOSE_BUTTON"
(click)="close.emit()"
(click)="closeModal.emit()"
></fusion-icon>
</div>

0 comments on commit a3283d6

Please sign in to comment.