We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0536730 commit 57b8f9dCopy full SHA for 57b8f9d
src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewModel.cs
@@ -25,7 +25,7 @@ public class CreateNewModel
25
public bool IsPublished { get; set; } = true;
26
27
[Required]
28
- public bool ShouldUpdateDate { get; set; } = true;
+ public bool ShouldUpdateDate { get; set; } = false;
29
30
public string Tags { get; set; }
31
@@ -55,4 +55,4 @@ public BlogPost ToBlogPost()
55
blogPost.Id = Id;
56
return blogPost;
57
}
58
-}
+}
0 commit comments