Skip to content

Commit

Permalink
Merge pull request #5469 from dfe-analytical-services/EES-5543-bugfix
Browse files Browse the repository at this point in the history
EES-5543 bugfix: dataSetConfig BoundaryLevels, no longer defaulted to 0
  • Loading branch information
bennettstuart authored Dec 16, 2024
2 parents 01af766 + 391f66e commit 20b557b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ChartDataSetConfig
{
public ChartBaseDataSet DataSet;
public ChartDataGrouping DataGrouping;
public long BoundaryLevel;
public long? BoundaryLevel;
}

[JsonConverter(typeof(StringEnumConverter))]
Expand Down

0 comments on commit 20b557b

Please sign in to comment.