We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e10ab2 commit 07a6ae2Copy full SHA for 07a6ae2
src/BootstrapBlazor/Components/Table/Table.razor.Localization.cs
@@ -302,13 +302,6 @@ public partial class Table<TItem>
302
[NotNull]
303
public string? SaveButtonToastResultContent { get; set; }
304
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
-
312
/// <summary>
313
/// 获得/设置 保存成功文字
314
/// </summary>
0 commit comments