Add registry element data view

This commit is contained in:
2025-11-04 17:17:53 +09:00
parent 9799086b53
commit 48cab2cde9
5 changed files with 50 additions and 4 deletions

View File

@ -109,8 +109,8 @@
"Редактирование пользователя",
new Dictionary<string, object>()
{
{ nameof(Dialogs.EditUser.CurrentUserId), currentUserId },
{ nameof(Dialogs.EditUser.UserWithRole), userWithRole }
{ nameof(EditUser.CurrentUserId), currentUserId },
{ nameof(EditUser.UserWithRole), userWithRole }
},
new DialogOptions()
{