From 749b8e7f6a7489577d7b10dd1233de562895acb1 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Thu, 11 Jul 2024 16:26:56 +0800 Subject: [PATCH] Disabled actions button if there is no action --- .../src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor | 2 +- .../Volo.Abp.BlazoriseUI/Components/EntityActions.razor.cs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor b/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor index 844dea4950..5e686afbda 100644 --- a/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor +++ b/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor @@ -2,7 +2,7 @@ @if ( Type == ActionType.Dropdown ) { - + @if ( HasPrimaryAction ) {