Skip to content

Commit

Permalink
fix: Exclude null props in layout sets response (#13841)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassopicasso authored Oct 22, 2024
1 parent 5c1e97e commit e5f5c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/Designer/Controllers/PreviewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public async Task<ActionResult<ApplicationSettings>> ApplicationSettings(string
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that observes if operation is cancelled.</param>
/// <returns>layoutsets file, or an OK response if app does not use layoutsets</returns>
[HttpGet]
[UseSystemTextJson]
[Route("api/layoutsets")]
public async Task<ActionResult<LayoutSets>> LayoutSets(string org, string app, CancellationToken cancellationToken)
{
Expand Down

0 comments on commit e5f5c69

Please sign in to comment.