Skip to content

Commit

Permalink
fix(module:alert): update type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed May 31, 2021
1 parent 6b6394a commit f56f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ng-nest/ui/alert/alert.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
size="small"
[icon]="!closeText ? 'fto-x' : ''"
[onlyIcon]="!closeText"
[type]="closeText ? 'text' : ''"
[type]="closeText ? 'text' : 'initial'"
(click)="onClose()"
closable
>{{ closeText }}</x-button
Expand Down

0 comments on commit f56f736

Please sign in to comment.