Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
warning S927: Rename parameter 'firstrun' to 'firstRender' to match t…
Browse files Browse the repository at this point in the history
…he base class declaration.
  • Loading branch information
IvanJosipovic committed Dec 4, 2019
1 parent 26d9b4d commit 6aa94c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlazorTable/Components/Popover.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public virtual void Hide()

protected ElementReference Arrow { get; set; }

protected override void OnAfterRender(bool firstrun)
protected override void OnAfterRender(bool firstRender)
{
if (IsOpen ?? false)
{
Expand Down

0 comments on commit 6aa94c6

Please sign in to comment.