Skip to content

Commit

Permalink
fix(listview): propriedade p-danger no botão de ação
Browse files Browse the repository at this point in the history
implementa propriedade p-danger em botao de acao no `po-list-view`

Fixes 7641
  • Loading branch information
anliben authored and rafaellmarques committed Sep 29, 2023
1 parent b78ca1b commit 67cdedd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
[p-disabled]="returnBooleanValue(action, item, 'disabled')"
[p-icon]="action.icon"
[p-label]="action.label"
[p-kind]="action.type"
[p-danger]="action.type === 'danger'"
(p-click)="onClickAction(action, item)"
>
</po-button>
Expand Down

0 comments on commit 67cdedd

Please sign in to comment.