fix few things
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Pilz.Updating.Administration.GUI
|
||||
}
|
||||
set
|
||||
{
|
||||
radRichTextEditor_Description.Text = value;
|
||||
radRichTextEditor_Description.Text = value ?? String.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user