Skip to content

Commit 689ec90

Browse files
authored
doc(Table): update document (#3018)
* refactor: 精简代码 * chore: bump version 8.3.0
1 parent 418caeb commit 689ec90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>8.2.6-beta02</Version>
4+
<Version>8.3.0</Version>
55
</PropertyGroup>
66

77
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">

src/BootstrapBlazor/Components/Table/TableAdvancedSortDialog.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@namespace BootstrapBlazor.Components
22
@inherits ComponentBase
3-
@implements IResultDialog
3+
44
<div class="dialog-advance-sort">
55
<div class="table-advance-sort-toolbar">
66
<Button Color="Color.Primary" Icon="@PlusIcon" OnClick="OnClickAdd"></Button>

0 commit comments

Comments
 (0)