Skip to content

Commit 672a7e7

Browse files
authored
Fix missing rename
1 parent 196ca5d commit 672a7e7

File tree

1 file changed

+1
-1
lines changed
  • src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src

1 file changed

+1
-1
lines changed

src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src/QuickGrid.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@{ FinishCollectingColumns(); }
1111
<ColumnsCollectedNotifier TGridItem="TGridItem" />
1212

13-
<table theme="@Theme" aria-rowcount="@(_ariaBodyRowCount + 1)" @ref="_tableReference" @onclosecolumnoptions="CloseColumnOptionsAsync" @attributes="AdditionalAttributes" class="@GridClass()">
13+
<table theme="@Theme" aria-rowcount="@(_ariaBodyRowCount + 1)" @ref="_tableReference" @onclosecolumnoptions="HideColumnOptionsAsync" @attributes="AdditionalAttributes" class="@GridClass()">
1414
<thead>
1515
<tr>
1616
@_renderColumnHeaders

0 commit comments

Comments
 (0)