mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:20:20 +00:00 
			
		
		
		
	Fixed MudBlazor parameters
This commit is contained in:
		
							parent
							
								
									7ec4f9adcf
								
							
						
					
					
						commit
						8767bf5181
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
<MudExpansionPanel Class="border-solid border rounded-lg" IsInitiallyExpanded="@this.IsExpanded">
 | 
					<MudExpansionPanel Class="border-solid border rounded-lg" Expanded="@this.IsExpanded">
 | 
				
			||||||
    <TitleContent>
 | 
					    <TitleContent>
 | 
				
			||||||
        <div class="d-flex align-center">
 | 
					        <div class="d-flex align-center">
 | 
				
			||||||
            <MudIcon Icon="@this.HeaderIcon" Size="@this.IconSize" Color="@this.IconColor" class="mr-3"/>
 | 
					            <MudIcon Icon="@this.HeaderIcon" Size="@this.IconSize" Color="@this.IconColor" class="mr-3"/>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
<MudTreeView T="ITreeItem" Items="@this.treeItems" MultiSelection="@false" Hover="@true" ExpandOnClick="@true">
 | 
					<MudTreeView T="ITreeItem" Items="@this.treeItems" SelectionMode="SelectionMode.SingleSelection" Hover="@true" ExpandOnClick="@true">
 | 
				
			||||||
    <ItemTemplate Context="item">
 | 
					    <ItemTemplate Context="item">
 | 
				
			||||||
        @switch (item.Value)
 | 
					        @switch (item.Value)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user