Skip to content

Commit

Permalink
Update MPagination.razor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Aug 1, 2024
1 parent f893da2 commit d4bb443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Masa.Blazor/Components/Pagination/MPagination.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ private async void MasaBlazor_WindowSizeChanged(object? sender, BreakpointChange
{
InvokeAsync(() => {
_internalMiniVariant = isMiniVaraint;
await MiniVariantChanged.InvokeAsync(_internalMiniVariant);
_ = MiniVariantChanged.InvokeAsync(_internalMiniVariant);
StateHasChanged();
})
});
}
}

Expand Down Expand Up @@ -377,4 +377,4 @@ private bool InitializeIsAuto()

return isAuto!.Value;
}
}
}

0 comments on commit d4bb443

Please sign in to comment.