From df83c136d3812ae1b04913b54d43eacc61d07aeb Mon Sep 17 00:00:00 2001 From: allan-chagas-brisa Date: Tue, 19 Sep 2023 08:27:09 -0300 Subject: [PATCH] fix: action disabled on table --- projects/ion/src/lib/table/table.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ion/src/lib/table/table.component.html b/projects/ion/src/lib/table/table.component.html index f1dd05b1c..5dd870f06 100644 --- a/projects/ion/src/lib/table/table.component.html +++ b/projects/ion/src/lib/table/table.component.html @@ -153,7 +153,7 @@ [iconType]="action.icon" [circularButton]="true" [disabled]=" - action.disabled ? !disableAction(row, action) : false + action.disabled ? disableAction(row, action) : false " >