mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 01:52:57 +00:00
Removed redundant init value
This commit is contained in:
parent
bc5c747f83
commit
cd3e402295
@ -8,7 +8,7 @@ public partial class CodeTabs : ComponentBase
|
|||||||
public RenderFragment? ChildContent { get; set; }
|
public RenderFragment? ChildContent { get; set; }
|
||||||
|
|
||||||
[Parameter]
|
[Parameter]
|
||||||
public int SelectedIndex { get; set; } = 0;
|
public int SelectedIndex { get; set; }
|
||||||
|
|
||||||
private readonly List<CodeTabItem> blocks = new();
|
private readonly List<CodeTabItem> blocks = new();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user