replace group value null with empty string

This commit is contained in:
Oleg Sinizin
2021-12-02 17:39:23 +03:00
parent 600570f7c7
commit b453aa19f0
7 changed files with 14 additions and 14 deletions

View File

@ -69,7 +69,7 @@ namespace OnlineEditorsExample
"uid-1",
"John Smith",
"smith@example.com",
null,
"",
null,
new Dictionary<string, object>(),
null,
@ -115,7 +115,7 @@ namespace OnlineEditorsExample
"uid-0",
null,
null,
null,
"",
null,
new Dictionary<string, object>(),
null,