Skip to content

Commit 43dc46f

Browse files
authored
Fix more renames
1 parent 672a7e7 commit 43dc46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/testassets/BasicTestApp/QuickGridTest/SampleQuickGridComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="search-box">
1111
<input type="search" autofocus @bind="firstNameFilter" @bind:event="oninput" placeholder="First name..." />
1212
</div>
13-
<button type="button" id="close-column-options" @onclick="@(() => quickGridRef.CloseColumnOptionsAsync())">Close Column Options</button>
13+
<button type="button" id="close-column-options" @onclick="@(() => quickGridRef.HideColumnOptionsAsync())">Close Column Options</button>
1414
</ColumnOptions>
1515
</PropertyColumn>
1616
<PropertyColumn Property="@(p => p.LastName)" Sortable="true" />

0 commit comments

Comments
 (0)