mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Trigger state update for MudDialog on initialization to update the header
This commit is contained in:
		
							parent
							
								
									dc340285fb
								
							
						
					
					
						commit
						b1319fac6e
					
				@ -28,6 +28,7 @@ public abstract class SettingsDialogBase : MSGComponentBase
 | 
				
			|||||||
    protected override async Task OnInitializedAsync()
 | 
					    protected override async Task OnInitializedAsync()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        await base.OnInitializedAsync();
 | 
					        await base.OnInitializedAsync();
 | 
				
			||||||
 | 
					        this.MudDialog.StateHasChanged();
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        this.ApplyFilters([], [ Event.CONFIGURATION_CHANGED ]);
 | 
					        this.ApplyFilters([], [ Event.CONFIGURATION_CHANGED ]);
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user