Skip to content

Commit

Permalink
Add type=button to dialog close (#3565)
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu authored and shane-melton committed Sep 27, 2022
1 parent b029e43 commit 0dcf41d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/components/src/dialog/dialog/dialog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ <h1 bitDialogTitleContainer class="tw-mb-0 tw-grow tw-text-lg tw-uppercase">
<ng-content select="[bitDialogTitle]"></ng-content>
</h1>
<button
type="button"
bitIconButton="bwi-close"
buttonType="main"
size="default"
Expand Down

0 comments on commit 0dcf41d

Please sign in to comment.