From f210f842cd58a999e5785dcfeb9d0a956816799f Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Tue, 10 Feb 2026 11:31:15 +0700 Subject: [PATCH] feat(lib): change to input functions --- .../accounts-table.component.html | 2 +- .../accounts-table.component.ts | 29 ++++++++++--------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/libs/ui/src/lib/accounts-table/accounts-table.component.html b/libs/ui/src/lib/accounts-table/accounts-table.component.html index 68ae78474..56ac5c379 100644 --- a/libs/ui/src/lib/accounts-table/accounts-table.component.html +++ b/libs/ui/src/lib/accounts-table/accounts-table.component.html @@ -1,4 +1,4 @@ -@if (showActions) { +@if (showActions()) {