fix
This commit is contained in:
@@ -70,7 +70,7 @@ public class MainWindowGridRow : INotifyPropertyChanged
|
|||||||
|
|
||||||
public string? Id
|
public string? Id
|
||||||
{
|
{
|
||||||
get => action.Id;
|
get => actionId;
|
||||||
set => action.Id = (actionId = value)?.Trim().Nullify();
|
set => action.Id = (actionId = value)?.Trim().Nullify();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user