mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
!2397 refactor(#I4SSM4): remove NotNullAttribute
* Merge branch 'main' into dev-wip * refactor: 临时提交
This commit is contained in:
parent
13ee6a2207
commit
e9c26d3ac8
@ -15,7 +15,6 @@ public abstract class IdComponentBase : BootstrapComponentBase
|
||||
/// 获得/设置 组件 id 属性
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
[NotNull]
|
||||
public virtual string? Id { get; set; }
|
||||
|
||||
[Inject]
|
||||
|
Loading…
Reference in New Issue
Block a user