Skip to content

Commit be46fe0

Browse files
committed
Implement #4172
1 parent 5e76a6c commit be46fe0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Core/Components/DataGrid/FluentDataGrid.razor.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,6 @@ private async Task RefreshDataCoreAsync()
732732
// (2) We won't know what slice of data to query for
733733
await _virtualizeComponent.RefreshDataAsync();
734734
_pendingDataLoadCancellationTokenSource = null;
735-
736-
StateHasChanged();
737-
return;
738735
}
739736

740737
// If we're not using Virtualize, we build and execute a request against the items provider directly

0 commit comments

Comments
 (0)