Skip to content

Commit

Permalink
fixing prop name (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 authored Mar 19, 2024
1 parent 271d0f4 commit 1cfdc0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TableColumnViewModel : ObjectViewModelBase
public DropdownProperties GeneratedAlwaysAs { get; set; } = new DropdownProperties();
[DataMember(Name = "isHidden")]
public CheckBoxProperties IsHidden { get; set; } = new CheckBoxProperties();
[DataMember(Name = "DefaultConstraintName")]
[DataMember(Name = "defaultConstraintName")]
public InputBoxProperties DefaultConstraintName { get; set; } = new InputBoxProperties();
[DataMember(Name = "canBeDeleted")]
public bool CanBeDeleted { get; set; } = true;
Expand Down

0 comments on commit 1cfdc0a

Please sign in to comment.