From 178dcd131a1cfe88aab18451cdcf6aa68fe4a0af Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 8 Feb 2025 19:42:59 +0700 Subject: [PATCH] feat(app): move readonly logic --- .../holding-detail-dialog.html | 33 ++++--------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html index a20c9af7a..d820ddf7d 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html @@ -366,33 +366,12 @@ -
-
- -
-
- - @if (!data.hasPermissionToUpdateOrder && tagsAvailable?.length > 0) { -
-
-
Tags
- - @for (tag of tags; track tag) { - {{ tag.name }} - } - -
-
- } + @if ( dataSource?.data.length > 0 &&