From 3150995035d8d6b0a3a0bd32e5bd207de04a79c1 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 25 Oct 2025 09:02:48 +0700 Subject: [PATCH] feat(client): add close holding button --- .../holding-detail-dialog/holding-detail-dialog.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 298692303..23c336ab7 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 @@ -443,6 +443,16 @@ >... } + @if (data.hasPermissionToCreateActivity && quantity > 0) { + + } @if ( dataSource?.data.length > 0 && data.hasPermissionToReportDataGlitch === true