Move radzen editor settings dialog to correct folder.

This commit is contained in:
Ben
2025-09-15 17:05:51 +08:00
parent c7a86aa49c
commit dd447e802e
2 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
{ {
await editor.SaveSelectionAsync(); await editor.SaveSelectionAsync();
var result = await DialogService.OpenAsync<SettingsDialog>(Localizer["Settings"], null, new DialogOptions { Width = "650px" }); var result = await DialogService.OpenAsync<RadzenTextEditorSettingsDialog>(Localizer["Settings"], null, new DialogOptions { Width = "650px" });
if (result == true) if (result == true)
{ {
NavigationManager.NavigateTo(NavigationManager.Uri); NavigationManager.NavigateTo(NavigationManager.Uri);