move and rename FileManagerDialog so that it is clear that it is a dependency of RadzenTextEditor

This commit is contained in:
sbwalker
2025-09-11 08:24:14 -04:00
parent fba4f23f71
commit 4278b9992b
2 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
{
await editor.SaveSelectionAsync();
var result = await DialogService.OpenAsync<FileManagerDialog>(Localizer["DialogTitle.SelectImage"], new Dictionary<string, object>
var result = await DialogService.OpenAsync<RadzenFileManagerDialog>(Localizer["DialogTitle.SelectImage"], new Dictionary<string, object>
{
{ "Filters", PageState.Site.ImageFiles }
});