Skip to content

Commit

Permalink
fix(addon-mobile): drop close button for sheet dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 20, 2024
1 parent 5e99427 commit eb5dad1
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@
<ng-container *polymorpheusOutlet="context.label as label">
{{ label }}
</ng-container>
<button
*ngIf="context.closeable"
appearance="icon"
size="xs"
tuiIconButton
class="t-close"
[icon]="icons.close"
(click)="close()"
>
{{ closeWord$ | async }}
</button>
</h2>
<div
*ngIf="context.content"
Expand Down

0 comments on commit eb5dad1

Please sign in to comment.