move and rename FileManagerDialog so that it is clear that it is a dependency of RadzenTextEditor
This commit is contained in:
@ -161,7 +161,7 @@
|
|||||||
{
|
{
|
||||||
await editor.SaveSelectionAsync();
|
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 }
|
{ "Filters", PageState.Site.ImageFiles }
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user