Browse Source

Update AbpCrudPageBase.cs

pull/20114/head
maliming 2 years ago
parent
commit
cab266dae7
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs

2
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()

Loading…
Cancel
Save