Skip to content

Commit 07a6ae2

Browse files
committed
refactor: 移除参数
1 parent 9e10ab2 commit 07a6ae2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/BootstrapBlazor/Components/Table/Table.razor.Localization.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,6 @@ public partial class Table<TItem>
302302
[NotNull]
303303
public string? SaveButtonToastResultContent { get; set; }
304304

305-
/// <summary>
306-
/// Gets or sets the toast delay in milliseconds. Default is 4000ms.
307-
/// </summary>
308-
[Parameter]
309-
[NotNull]
310-
public int ToastDelay { get; set; } = 4000;
311-
312305
/// <summary>
313306
/// 获得/设置 保存成功文字
314307
/// </summary>

0 commit comments

Comments
 (0)