Fix setting up mailing units. (#16890)

* Fix disposal unit config

* Remove redundant ui update
This commit is contained in:
Julian Giebel
2023-05-28 22:06:54 +02:00
committed by GitHub
parent 6f8a7fbe71
commit 02f015d97c
3 changed files with 6 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ namespace Content.Client.Configurable.UI
var input = new LineEdit
{
Name = field.Key + "-input",
Text = field.Value,
Text = field.Value ?? "",
IsValid = Validate,
HorizontalExpand = true,
SizeFlagsStretchRatio = .8f