Skip to content

Commit 22da298

Browse files
committed
Added missing assignment
1 parent a7a413c commit 22da298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public BlogPost ToBlogPost()
5656
? null
5757
: OriginalUpdatedDate;
5858

59-
var blogPost = BlogPost.Create(Title, ShortDescription, Content, PreviewImageUrl, IsPublished, updatedDate, tags);
59+
var blogPost = BlogPost.Create(Title, ShortDescription, Content, PreviewImageUrl, IsPublished, updatedDate, tags, PreviewImageUrlFallback);
6060
blogPost.Id = Id;
6161
return blogPost;
6262
}

0 commit comments

Comments
 (0)