diff --git a/UserInterface/Views/AddSensorDialog.axaml.cs b/UserInterface/Views/AddSensorDialog.axaml.cs index 20e659a..10d50da 100644 --- a/UserInterface/Views/AddSensorDialog.axaml.cs +++ b/UserInterface/Views/AddSensorDialog.axaml.cs @@ -152,7 +152,8 @@ namespace UserInterface.Views item.ShowQueryInput = false; item.ShowWindowNameInput = false; item.UpdateInterval = 5; - break; default: + break; + default: item.Description = null; item.MoreInfoLink = null; item.ShowQueryInput = false;