fix few things

This commit is contained in:
2022-07-01 22:12:50 +02:00
parent e000a8e1d3
commit b99ae27376
4 changed files with 8 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ namespace Pilz.Updating.Administration.GUI
}
set
{
radRichTextEditor_Description.Text = value;
radRichTextEditor_Description.Text = value ?? String.Empty;
}
}