Merge pull request #5618 from zyhfish/task/move-radzen-editor-settings-dialog

Move radzen editor settings dialog  to correct folder.
This commit is contained in:
Shaun Walker
2025-09-15 08:02:29 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
{
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)
{
NavigationManager.NavigateTo(NavigationManager.Uri);