Skip to content

Commit c9770cb

Browse files
Set button type
1 parent ee90cb8 commit c9770cb

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 id="close-column-options" @onclick="@(() => quickGrid.CloseColumnOptionsAsync())">Close Column Options</button>
13+
<button type="button" id="close-column-options" @onclick="@(() => quickGrid.CloseColumnOptionsAsync())">Close Column Options</button>
1414
</ColumnOptions>
1515
</PropertyColumn>
1616
<PropertyColumn Property="@(p => p.lastName)" Sortable="true" />

0 commit comments

Comments
 (0)