Skip to content

Commit

Permalink
refactor: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inga committed May 8, 2024
1 parent a34d522 commit e184155
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/sketch/src/lib/components/dialog/dialog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
'sk-dialog-inner-close-button-left': innerCloseButton() && closeButtonPosition() === CloseButtonPosition.Left,
}"
>
<!--
TODO: add default button when ng-content allows default value!
<button title="Close">
<img src="../../../assets/cross.svg" alt="Close Button Icon" />
</button>
-->
<ng-content select="[closeButton]"></ng-content>
</div>
}
Expand Down

0 comments on commit e184155

Please sign in to comment.