Browse Source

Fix template.

pull/853/head
Sebastian 4 years ago
parent
commit
76e7b77248
  1. 2
      backend/src/Squidex.Domain.Apps.Entities/Apps/Commands/CreateApp.cs

2
backend/src/Squidex.Domain.Apps.Entities/Apps/Commands/CreateApp.cs

@ -17,6 +17,8 @@ namespace Squidex.Domain.Apps.Entities.Apps.Commands
public string Name { get; set; } public string Name { get; set; }
public string? Template { get; set; }
[IgnoreDataMember] [IgnoreDataMember]
public override DomainId AggregateId public override DomainId AggregateId
{ {

Loading…
Cancel
Save