bug: Presentation.Description is null on creator's creation
This commit is contained in:
@@ -25,7 +25,7 @@ public class Creator
|
||||
|
||||
public bool AcceptDonation { get; set; }
|
||||
public Socials Socials { get; set; } = new();
|
||||
public Presentation Presentation { get; set; } = new();
|
||||
public Presentation Presentation { get; set; } = new() { Description = "Welcome to my profile!" };
|
||||
}
|
||||
|
||||
public class Socials
|
||||
|
||||
Reference in New Issue
Block a user