From cab266dae752a6c3137711636cd3a91d049c69f8 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 26 Jun 2024 10:36:12 +0800 Subject: [PATCH] Update AbpCrudPageBase.cs --- framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs b/framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs index 3bd87ef5f4..0e99a94460 100644 --- a/framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs +++ b/framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs @@ -524,7 +524,7 @@ public abstract class AbpCrudPageBase< await GetEntitiesAsync(); await InvokeAsync(EditModal!.Hide); - await Notify.Success(GetUpdateMessage(); + await Notify.Success(GetUpdateMessage()); } protected virtual string GetUpdateMessage()