From 39233bc83fdd1ce7cde07922d7a2ee6d3bd16dac Mon Sep 17 00:00:00 2001 From: Masum ULU <49063256+masumulu28@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:48:30 +0300 Subject: [PATCH] format grid-actions.component.html --- .../grid-actions/grid-actions.component.html | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/npm/ng-packs/packages/components/extensible/src/lib/components/grid-actions/grid-actions.component.html b/npm/ng-packs/packages/components/extensible/src/lib/components/grid-actions/grid-actions.component.html index a17369a413..70809a8975 100644 --- a/npm/ng-packs/packages/components/extensible/src/lib/components/grid-actions/grid-actions.component.html +++ b/npm/ng-packs/packages/components/extensible/src/lib/components/grid-actions/grid-actions.component.html @@ -42,10 +42,10 @@ - @if(!action.showOnlyIcon){ + @if (!action.showOnlyIcon) { @if (action.icon) { {{ action.text | abpLocalization }} - }@else { + } @else {
{{ action.text | abpLocalization }}
} } @@ -53,16 +53,16 @@ @if (action.visible(data)) { - + }