This commit is contained in:
2025-11-15 17:20:29 +01:00
parent b9ddc20b7d
commit 795e3dd1a7

View File

@@ -70,7 +70,7 @@ public class MainWindowGridRow : INotifyPropertyChanged
public string? Id
{
get => action.Id;
get => actionId;
set => action.Id = (actionId = value)?.Trim().Nullify();
}