Skip to content

Commit 1f57f6c

Browse files
committed
update test
1 parent 0ab8093 commit 1f57f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LoreSoft.Blazor.Controls.Tests/Snapshots/PublicApiTest.PublicApiHasNotChanged.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ namespace LoreSoft.Blazor.Controls
260260
[Microsoft.AspNetCore.Components.Parameter]
261261
public bool Filterable { get; set; }
262262
[Microsoft.AspNetCore.Components.Parameter]
263-
public Microsoft.AspNetCore.Components.EventCallback<LoreSoft.Blazor.Controls.DataGrid<TItem>> Initialized { get; set; }
263+
public Microsoft.AspNetCore.Components.EventCallback<LoreSoft.Blazor.Controls.DataComponentBase<TItem>> Initialized { get; set; }
264264
public bool IsLoading { get; set; }
265265
[Microsoft.AspNetCore.Components.Inject]
266266
public required Microsoft.JSInterop.IJSRuntime JavaScript { get; set; }

0 commit comments

Comments
 (0)