Added Paging, Page only reload and Search bar to GlobalList.razor
This commit is contained in:
@@ -263,8 +263,7 @@
|
||||
await CouchLogDB.SaveChangesAsync();
|
||||
|
||||
Snackbar.Add("Global Entity created!", Severity.Success);
|
||||
MudDialog.Close(DialogResult.Ok(entity.Id));
|
||||
NavigationManager.NavigateTo(NavigationManager.Uri, true);
|
||||
MudDialog.Close(DialogResult.Ok(entity));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user